Last updated on 2025-09-18 09:50:32 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
czso | 13 | ||
statnipokladna | 2 | 8 | 3 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, NOTE: 8, OK: 3
Version: 0.7.4
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘tables.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(statnipokladna)
>
> test_check("statnipokladna")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 18 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-codelists.R:20:3', 'test-codelists.R:28:3',
'test-datasets.R:18:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tables.R:14:3'): get_table works with newer files ──────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::map2_chr(years_months$y, years_months$m, ~get_one_dataset(dataset_id,
.x, .y, dest_dir = dest_dir, redownload = redownload))`: ℹ In index: 1.
Caused by error in `check_online()`:
! Host <monitor.statnipokladna.cz> not reachable. Stopping.
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 18 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64