Last updated on 2025-08-01 13:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.11 | 4.63 | 74.65 | 79.28 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.11 | 3.90 | 54.47 | 58.37 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.11 | 122.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 129.30 | NOTE | |||
r-devel-windows-x86_64 | 0.1.11 | 7.00 | 108.00 | 115.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.11 | 5.00 | 70.43 | 75.43 | NOTE | |
r-release-linux-x86_64 | 0.1.11 | 5.19 | 69.74 | 74.93 | NOTE | |
r-release-macos-arm64 | 0.1.11 | 42.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.11 | 85.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.11 | 10.00 | 91.00 | 101.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.11 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.11 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.11 | 9.00 | 110.00 | 119.00 | OK |
Version: 0.1.11
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:
‘tidy_rba.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.1.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(readrba)
>
> test_check("readrba")
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 52 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-browse_data.R:27:3', 'test-check_if_rba_ts.R:3:3',
'test-download_rba.R:4:3', 'test-rba_forecasts.R:27:3',
'test-read_cashrate.R:2:3', 'test-read_rba.R:2:3', 'test-read_rba.R:20:3',
'test-read_rba.R:90:3', 'test-read_rba.R:106:3', 'test-read_rba.R:123:3',
'test-read_rba_seriesid.R:2:3', 'test-scrape_rba_forecasts.R:2:3',
'test-scrape_table_list.R:4:3', 'test-url_exists.R:2:3',
'test-url_exists.R:15:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-rba_forecasts.R:9:3'): rba_forecasts() returns expected output from internal data ──
Sys.Date() - max(offline_forecasts$forecast_date) < 365 is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 52 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang