Last updated on 2025-09-18 02:51:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.4 | 4.36 | 72.00 | 76.36 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.4 | 3.22 | 37.38 | 40.60 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.4 | 107.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.4 | 118.53 | NOTE | |||
r-devel-windows-x86_64 | 0.7.4 | 6.00 | 94.00 | 100.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.4 | 4.74 | 44.70 | 49.44 | ERROR | |
r-release-linux-x86_64 | 0.7.4 | 4.36 | 66.67 | 71.03 | NOTE | |
r-release-macos-arm64 | 0.7.4 | 60.00 | NOTE | |||
r-release-macos-x86_64 | 0.7.4 | 107.00 | NOTE | |||
r-release-windows-x86_64 | 0.7.4 | 7.00 | 89.00 | 96.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7.4 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.4 | 104.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.4 | 8.00 | 107.00 | 115.00 | OK |
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