R Under development (unstable) (2024-01-28 r85838 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > print(Sys.getenv("NOT_CRAN")) [1] "" > testthat::test_check("pxweb") Loading required package: pxweb pxweb 0.17.0: R tools for the PX-WEB API. https://github.com/ropengov/pxweb [ FAIL 0 | WARN 0 | SKIP 35 | PASS 11 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-pxweb_api_catalogue.R:10:3', 'test-pxweb_api_paths.R:7:3', 'test-pxweb_as_dataframe.R:7:3', 'test-pxweb_constructor.R:7:3', 'test-pxweb_constructor.R:33:3', 'test-pxweb_constructor.R:54:3', 'test-pxweb_constructor.R:68:3', 'test-pxweb_constructor.R:77:3', 'test-pxweb_data_comments.R:7:3', 'test-pxweb_get.R:7:3', 'test-pxweb_get.R:40:3', 'test-pxweb_get.R:93:3', 'test-pxweb_get.R:109:3', 'test-pxweb_get.R:132:3', 'test-pxweb_get.R:145:3', 'test-pxweb_get.R:162:3', 'test-pxweb_get.R:173:3', 'test-pxweb_get.R:186:3', 'test-pxweb_get.R:210:3', 'test-pxweb_get.R:238:3', 'test-pxweb_get.R:263:3', 'test-pxweb_get.R:278:3', 'test-pxweb_interactive.R:7:3', 'test-pxweb_interactive.R:32:3', 'test-pxweb_interactive.R:61:3', 'test-pxweb_interactive.R:75:3', 'test-pxweb_interactive.R:114:3', 'test-pxweb_interactive.R:131:3', 'test-pxweb_interactive.R:142:3', 'test-pxweb_query.R:7:3', 'test-pxweb_query.R:32:3', 'test-pxweb_query.R:88:3', 'test-pxweb_query.R:125:3', 'test-pxweb_test_api.R:7:3' • on_github_actions() is not TRUE (1): 'test-README.R:4:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 11 ] > > proc.time() user system elapsed 1.70 0.21 1.90