Last updated on 2026-08-16 00:50:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 4.91 | 49.65 | 54.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.79 | 35.49 | 39.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 36.98 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 33.53 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 7.00 | 67.00 | 74.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 5.40 | 43.04 | 48.44 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 4.43 | 42.88 | 47.31 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 19.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 4.00 | 60.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 8.00 | 64.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 4.00 | 42.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 11.00 | 73.00 | 84.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rzentra)
>
> test_check("rzentra")
Saving _problems/test-zc_readings-6.R
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 5 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• token == "" is TRUE (7): 'test-parser.R:3:1', 'test-zc_readings.R:7:3',
'test-zc_readings.R:12:1', 'test-zc_settings.R:7:3',
'test-zc_settings.R:13:1', 'test-zc_statuses.R:7:3',
'test-zc_statuses.R:13:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zc_readings.R:5:3'): zc_statuses returns errors ──────────────
`zc_readings(token = "aaa", sn = "z6-00033")` threw an error with unexpected message.
Expected match: "Invalid token."
Actual message: "Timeout was reached [zentracloud.com]:\nConnection timed out after 10002 milliseconds"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-zc_readings.R:5:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─rzentra::zc_readings(token = "aaa", sn = "z6-00033")
7. │ └─httr::GET(...)
8. │ └─httr:::request_perform(req, hu$handle$handle)
9. │ ├─httr:::request_fetch(req$output, req$url, handle)
10. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
11. │ └─curl::curl_fetch_memory(url, handle = handle)
12. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc