R Under development (unstable) (2024-01-12 r85803 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.16.3: R tools for the PX-WEB API. https://github.com/ropengov/pxweb [ FAIL 0 | WARN 0 | SKIP 33 | PASS 18 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (32): '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:32:3', 'test-pxweb_constructor.R:52:3', 'test-pxweb_constructor.R:65:3', 'test-pxweb_constructor.R:74:3', 'test-pxweb_data_comments.R:7:3', 'test-pxweb_get.R:7:3', 'test-pxweb_get.R:39:3', 'test-pxweb_get.R:91:3', 'test-pxweb_get.R:106:3', 'test-pxweb_get.R:128:3', 'test-pxweb_get.R:140:3', 'test-pxweb_get.R:156:3', 'test-pxweb_get.R:165:3', 'test-pxweb_get.R:177:3', 'test-pxweb_get.R:200:3', 'test-pxweb_get.R:227:3', 'test-pxweb_get.R:251:3', 'test-pxweb_get.R:265:3', 'test-pxweb_interactive.R:7:3', 'test-pxweb_interactive.R:31:3', 'test-pxweb_interactive.R:59:3', 'test-pxweb_interactive.R:72:3', 'test-pxweb_interactive.R:110:3', 'test-pxweb_interactive.R:126:3', 'test-pxweb_query.R:7:3', 'test-pxweb_query.R:32:3', 'test-pxweb_query.R:87: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 33 | PASS 18 ] > > proc.time() user system elapsed 1.31 0.26 2.65