R Under development (unstable) (2025-08-18 r88641 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(dataRetrieval) > test_check("dataRetrieval") [ FAIL 0 | WARN 0 | SKIP 47 | PASS 18 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'tests_general.R:4:3', 'tests_general.R:66:3', 'tests_general.R:268:3', 'tests_general.R:303:3', 'tests_general.R:397:3', 'tests_general.R:407:3', 'tests_general.R:416:3', 'tests_general.R:425:3', 'tests_general.R:442:3', 'tests_general.R:459:3', 'tests_general.R:539:3', 'tests_imports.R:4:3', 'tests_imports.R:63:3', 'tests_imports.R:204:3', 'tests_nldi.R:4:3', 'tests_nldi.R:28:3', 'tests_nldi.R:38:3', 'tests_nldi.R:73:3', 'tests_nldi.R:92:3', 'tests_nldi.R:100:3', 'tests_nldi.R:110:3', 'tests_nldi.R:119:3', 'tests_nldi.R:130:3', 'tests_nldi.R:142:3', 'tests_nldi.R:153:3', 'tests_samples.R:5:3', 'tests_samples.R:51:3', 'tests_samples.R:60:3', 'tests_samples.R:71:3', 'tests_samples.R:80:3', 'tests_userFriendly_fxns.R:4:3', 'tests_userFriendly_fxns.R:70:3', 'tests_userFriendly_fxns.R:122:3', 'tests_userFriendly_fxns.R:167:3', 'tests_userFriendly_fxns.R:195:3', 'tests_userFriendly_fxns.R:229:3', 'tests_userFriendly_fxns.R:255:3', 'tests_userFriendly_fxns.R:291:3', 'tests_userFriendly_fxns.R:311:3', 'tests_userFriendly_fxns.R:336:3', 'tests_userFriendly_fxns.R:344:3', 'tests_userFriendly_fxns.R:351:3', 'tests_userFriendly_fxns.R:359:3', 'tests_userFriendly_fxns.R:378:3', 'tests_userFriendly_fxns.R:430:3', 'tests_userFriendly_fxns.R:489:3', 'tests_userFriendly_fxns.R:506:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 18 ] > > proc.time() user system elapsed 2.20 0.48 2.65