R Under development (unstable) (2025-06-26 r88362 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 46 | PASS 24 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (46): 'tests_general.R:4:3', 'tests_general.R:64:3', 'tests_general.R:299:3', 'tests_general.R:392:3', 'tests_general.R:399:3', 'tests_general.R:407:3', 'tests_general.R:415:3', 'tests_general.R:431:3', 'tests_general.R:446:3', 'tests_general.R:526: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:37:3', 'tests_nldi.R:72:3', 'tests_nldi.R:91:3', 'tests_nldi.R:99:3', 'tests_nldi.R:109:3', 'tests_nldi.R:118:3', 'tests_nldi.R:129:3', 'tests_nldi.R:141:3', 'tests_nldi.R:152: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:160:3', 'tests_userFriendly_fxns.R:188:3', 'tests_userFriendly_fxns.R:222:3', 'tests_userFriendly_fxns.R:248:3', 'tests_userFriendly_fxns.R:284:3', 'tests_userFriendly_fxns.R:304:3', 'tests_userFriendly_fxns.R:329:3', 'tests_userFriendly_fxns.R:337:3', 'tests_userFriendly_fxns.R:344:3', 'tests_userFriendly_fxns.R:352:3', 'tests_userFriendly_fxns.R:371:3', 'tests_userFriendly_fxns.R:423:3', 'tests_userFriendly_fxns.R:482:3', 'tests_userFriendly_fxns.R:508:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 24 ] > > proc.time() user system elapsed 40.56 2.50 52.15