Last updated on 2025-09-03 01:52:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.2 | 3.42 | 40.08 | 43.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.2 | 2.69 | 30.15 | 32.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 64.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 60.23 | OK | |||
r-devel-windows-x86_64 | 0.4.2 | 5.00 | 777.00 | 782.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.2 | 3.81 | 36.33 | 40.14 | OK | |
r-release-linux-x86_64 | 0.4.2 | 3.38 | 36.62 | 40.00 | 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 | 66.00 | 73.00 | OK |
Version: 0.4.2
Check: tests
Result: ERROR
Running 'testthat.R' [586s]
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: 0x0000028720bf7500>),
"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_recv_error> with text:
Failure when receiving data from the peer [vdb.czso.cz]:
Recv failure: Connection was reset
── 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_recv_error> with text:
Failure when receiving data from the peer [vdb.czso.cz]:
Recv failure: Connection was reset
── 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-windows-x86_64