CRAN Package Check Results for Package rzentra

Last updated on 2025-03-19 08:52:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.76 45.43 51.19 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 4.10 32.66 36.76 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 81.68 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 74.64 OK
r-devel-macos-arm64 0.1.0 34.00 OK
r-devel-macos-x86_64 0.1.0 48.00 OK
r-devel-windows-x86_64 0.1.0 6.00 94.00 100.00 OK
r-patched-linux-x86_64 0.1.0 4.89 41.45 46.34 OK
r-release-linux-x86_64 0.1.0 5.27 41.05 46.32 NOTE
r-release-macos-arm64 0.1.0 29.00 NOTE
r-release-macos-x86_64 0.1.0 40.00 NOTE
r-release-windows-x86_64 0.1.0 7.00 101.00 108.00 ERROR
r-oldrel-macos-arm64 0.1.0 NOTE
r-oldrel-macos-x86_64 0.1.0 41.00 NOTE
r-oldrel-windows-x86_64 0.1.0 9.00 109.00 118.00 ERROR

Check Details

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [44s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rzentra) > > test_check("rzentra") [ FAIL 3 | WARN 0 | SKIP 7 | PASS 3 ] ══ 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]: SSL/TLS connection timeout" 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(...) ── Failure ('test-zc_settings.R:5:3'): zc_settings returns errors ────────────── `zc_settings(token = "aaa", sn = "z6-00033")` threw an error with unexpected message. Expected match: "Invalid token." Actual message: "Timeout was reached [zentracloud.com]: SSL/TLS connection timeout" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-zc_settings.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_settings(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(...) ── Failure ('test-zc_statuses.R:5:3'): zc_statuses returns errors ────────────── `zc_statuses(token = "aaa", sn = "z6-00033")` threw an error with unexpected message. Expected match: "Invalid token." Actual message: "Timeout was reached [zentracloud.com]: SSL/TLS connection timeout" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-zc_statuses.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_statuses(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 3 | WARN 0 | SKIP 7 | PASS 3 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [45s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rzentra) > > test_check("rzentra") [ FAIL 3 | WARN 0 | SKIP 7 | PASS 3 ] ══ 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]: SSL/TLS connection timeout" 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(...) ── Failure ('test-zc_settings.R:5:3'): zc_settings returns errors ────────────── `zc_settings(token = "aaa", sn = "z6-00033")` threw an error with unexpected message. Expected match: "Invalid token." Actual message: "Timeout was reached [zentracloud.com]: SSL/TLS connection timeout" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-zc_settings.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_settings(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(...) ── Failure ('test-zc_statuses.R:5:3'): zc_statuses returns errors ────────────── `zc_statuses(token = "aaa", sn = "z6-00033")` threw an error with unexpected message. Expected match: "Invalid token." Actual message: "Timeout was reached [zentracloud.com]: SSL/TLS connection timeout" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-zc_statuses.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_statuses(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 3 | WARN 0 | SKIP 7 | PASS 3 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64