R Under development (unstable) (2026-03-07 r89568 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(ons) > > test_check("ons") i No cache directory found. [ FAIL 0 | WARN 0 | SKIP 28 | PASS 12 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-ons_cpi.R:2:3', 'test-ons_cpi.R:15:3', 'test-ons_cpi.R:23:3', 'test-ons_employment.R:2:3', 'test-ons_employment.R:15:3', 'test-ons_gdp.R:2:3', 'test-ons_gdp.R:15:3', 'test-ons_get.R:2:3', 'test-ons_get.R:16:3', 'test-ons_house_prices.R:2:3', 'test-ons_house_prices.R:16:3', 'test-ons_house_prices.R:27:3', 'test-ons_house_prices.R:37:3', 'test-ons_house_prices.R:48:3', 'test-ons_house_prices.R:62:3', 'test-ons_inactivity.R:2:3', 'test-ons_monthly_gdp.R:2:3', 'test-ons_population.R:2:3', 'test-ons_productivity.R:2:3', 'test-ons_productivity.R:15:3', 'test-ons_public_finances.R:2:3', 'test-ons_retail_sales.R:2:3', 'test-ons_search.R:2:3', 'test-ons_trade.R:2:3', 'test-ons_trade.R:15:3', 'test-ons_unemployment.R:2:3', 'test-ons_wages.R:2:3', 'test-ons_wages.R:15:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 12 ] > > proc.time() user system elapsed 1.28 0.09 1.35