R Under development (unstable) (2026-02-09 r89390 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(nomisdata) No API key found. Guest users limited to 25,000 rows per query. Register at: https://www.nomisweb.co.uk/myaccount/userjoin.asp Then use: set_api_key('your-key') > > # Use temp directory during tests to avoid CRAN NOTE > Sys.setenv(NOMISDATA_CACHE_DIR = file.path(tempdir(), "nomisdata")) > > > test_check("nomisdata") Starting 2 test processes. > test-cache.R: Disk cache cleared > test-cache.R: v Using cached data (3 rows, 0 days old) > test-metadata.R: Using alternative method to fetch dimensions [ FAIL 0 | WARN 1 | SKIP 22 | PASS 315 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-auth.R:205:3', 'test-client.R:85:3', 'test-client.R:95:3', 'test-client.R:105:3', 'test-client.R:115:3', 'test-client.R:151:3', 'test-client.R:165:3', 'test-edge-cases.R:4:3', 'test-edge-cases.R:39:3', 'test-errors.R:4:3', 'test-integration.R:4:3', 'test-performance.R:4:3', 'test-performance.R:13:3', 'test-regression.R:4:3', 'test-regression.R:18:3', 'test-regression.R:45:3', 'test-tibble-output.R:4:3', 'test-validation.R:4:3' • Package janitor is installed (3): 'test-transform.R:52:3', 'test-transform.R:248:3', 'test-transform.R:259:3' • rsdmx is installed, cannot test error message (1): 'test-error-messages.R:26:3' [ FAIL 0 | WARN 1 | SKIP 22 | PASS 315 ] > > proc.time() user system elapsed 2.64 0.28 16.21