CRAN Package Check Results for Package czso

Last updated on 2025-08-28 06:48:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.2 4.00 38.07 42.07 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.2 2.66 29.80 32.46 OK
r-devel-linux-x86_64-fedora-clang 0.4.2 64.65 OK
r-devel-linux-x86_64-fedora-gcc 0.4.2 56.83 ERROR
r-devel-windows-x86_64 0.4.2 5.00 56.00 61.00 OK
r-patched-linux-x86_64 0.4.2 3.81 36.33 40.14 OK
r-release-linux-x86_64 0.4.2 3.51 36.60 40.11 OK
r-release-macos-arm64 0.4.2 30.00 OK
r-release-macos-x86_64 0.4.2 42.00 OK
r-release-windows-x86_64 0.4.2 6.00 55.00 61.00 OK
r-oldrel-macos-arm64 0.4.2 40.00 OK
r-oldrel-macos-x86_64 0.4.2 50.00 OK
r-oldrel-windows-x86_64 0.4.2 6.00 72.00 78.00 ERROR

Check Details

Version: 0.4.2
Check: examples
Result: ERROR Running examples in ‘czso-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: czso_filter_catalogue > ### Title: Filter the catalogue using a set of keywords > ### Aliases: czso_filter_catalogue > > ### ** Examples > > ctlg <- czso_get_catalogue() Error in open.connection(3L, "rb") : cannot open the connection Calls: czso_get_catalogue -> %>% -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(czso) > > test_check("czso") [ FAIL 5 | WARN 0 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-core.R:4:3', 'test-core.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-catalogue.R:3:3'): catalogue and filter works ────────────────── Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55d884df0630>), "rb")`: cannot open the connection Backtrace: ▆ 1. ├─czso::czso_get_catalogue() at test-catalogue.R:3:3 2. │ ├─... %>% ... 3. │ ├─base::suppressWarnings(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─readr::read_csv(...) 6. │ └─vroom::vroom(...) 7. │ └─vroom:::vroom_(...) 8. ├─dplyr::mutate(...) 9. ├─base (local) `<fn>`(`<curl>`, "rb") 10. └─base::open.connection(`<curl>`, "rb") ── Failure ('test-workflow-utilities.R:2:3'): schema retrieval works ─────────── Expected `schm <- czso_get_table_schema("340130")` to run without any errors. ℹ Actually got a <curl_error_peer_failed_verification> with text: SSL peer certificate or SSH remote key was not OK [vdb.czso.cz]: server verification failed: certificate signer not trusted. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) ── Error ('test-workflow-utilities.R:3:3'): schema retrieval works ───────────── Error in `eval(code, test_env)`: object 'schm' not found Backtrace: ▆ 1. ├─testthat::expect_gte(ncol(schm), 5) at test-workflow-utilities.R:3:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::ncol(schm) ── Failure ('test-workflow-utilities.R:8:3'): documentation retrieval works ──── Expected `doc_url <- czso_get_dataset_doc("340130")` to run without any errors. ℹ Actually got a <curl_error_peer_failed_verification> with text: SSL peer certificate or SSH remote key was not OK [vdb.czso.cz]: server verification failed: certificate signer not trusted. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) ── Error ('test-workflow-utilities.R:9:3'): documentation retrieval works ────── Error in `eval(code, test_env)`: object 'doc_url' not found Backtrace: ▆ 1. └─testthat::expect_match(doc_url, "https\\:\\/\\/csu") at test-workflow-utilities.R:9:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 5 | WARN 0 | SKIP 2 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.2
Check: examples
Result: ERROR Running examples in ‘czso-Ex.R’ failed The error most likely occurred in: > ### Name: czso_filter_catalogue > ### Title: Filter the catalogue using a set of keywords > ### Aliases: czso_filter_catalogue > > ### ** Examples > > ctlg <- czso_get_catalogue() Error in open.connection(3L, "rb") : cannot open the connection Calls: czso_get_catalogue -> %>% -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.2
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(czso) > > test_check("czso") [ FAIL 5 | WARN 0 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-core.R:4:3', 'test-core.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-catalogue.R:3:3'): catalogue and filter works ────────────────── Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x320d10f0>), "rb")`: cannot open the connection Backtrace: ▆ 1. ├─czso::czso_get_catalogue() at test-catalogue.R:3:3 2. │ ├─... %>% ... 3. │ ├─base::suppressWarnings(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─readr::read_csv(...) 6. │ └─vroom::vroom(...) 7. │ └─vroom:::vroom_(...) 8. ├─dplyr::mutate(...) 9. ├─base (local) `<fn>`(`<curl>`, "rb") 10. └─base::open.connection(`<curl>`, "rb") ── Failure ('test-workflow-utilities.R:2:3'): schema retrieval works ─────────── Expected `schm <- czso_get_table_schema("340130")` to run without any errors. ℹ Actually got a <curl_error_peer_failed_verification> with text: SSL peer certificate or SSH remote key was not OK [vdb.czso.cz]: SSL certificate problem: unable to get local issuer certificate ── Error ('test-workflow-utilities.R:3:3'): schema retrieval works ───────────── Error in `eval(code, test_env)`: object 'schm' not found Backtrace: ▆ 1. ├─testthat::expect_gte(ncol(schm), 5) at test-workflow-utilities.R:3:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::ncol(schm) ── Failure ('test-workflow-utilities.R:8:3'): documentation retrieval works ──── Expected `doc_url <- czso_get_dataset_doc("340130")` to run without any errors. ℹ Actually got a <curl_error_peer_failed_verification> with text: SSL peer certificate or SSH remote key was not OK [vdb.czso.cz]: SSL certificate problem: unable to get local issuer certificate ── Error ('test-workflow-utilities.R:9:3'): documentation retrieval works ────── Error in `eval(code, test_env)`: object 'doc_url' not found Backtrace: ▆ 1. └─testthat::expect_match(doc_url, "https\\:\\/\\/csu") at test-workflow-utilities.R:9:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 5 | WARN 0 | SKIP 2 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.2
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(czso) > > test_check("czso") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 5 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-core.R:4:3', 'test-core.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-catalogue.R:3:3'): catalogue and filter works ────────────────── Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x000002553a7fc0e0>), "rb")`: cannot open the connection Backtrace: ▆ 1. ├─czso::czso_get_catalogue() at test-catalogue.R:3:3 2. │ ├─... %>% ... 3. │ ├─base::suppressWarnings(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─readr::read_csv(...) 6. │ └─vroom::vroom(...) 7. │ └─vroom:::vroom_(...) 8. ├─dplyr::mutate(...) 9. ├─base (local) `<fn>`(`<curl>`, "rb") 10. └─base::open.connection(`<curl>`, "rb") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 5 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.