R Under development (unstable) (2023-12-13 r85679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(readrba) > > test_check("readrba") [ FAIL 0 | WARN 0 | SKIP 14 | PASS 53 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): '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_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' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 53 ] > > proc.time() user system elapsed 7.03 0.48 33.20