CRAN Package Check Results for Package czso

Last updated on 2025-08-25 20:50:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.2 3.68 40.49 44.17 OK
r-devel-linux-x86_64-debian-gcc 0.4.2 2.56 29.13 31.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.2 66.55 ERROR
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 4.00 35.09 39.09 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 7.00 64.00 71.00 OK

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-gcc

Version: 0.4.2
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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: 0x555a23ac48d0>), "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-debian-gcc

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.4.2
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/12s] 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: 0x55b3e9d473a0>), "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-clang

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