R Under development (unstable) (2025-02-26 r87830 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 34 | PASS 25 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'tests_general.R:4:3', 'tests_general.R:232:3', 'tests_general.R:330:3', 'tests_general.R:337:3', 'tests_general.R:345:3', 'tests_general.R:353:3', 'tests_general.R:369:3', 'tests_general.R:386:3', 'tests_general.R:466:3', 'tests_imports.R:4:3', 'tests_imports.R:63:3', 'tests_imports.R:204: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:109:3', 'tests_userFriendly_fxns.R:140:3', 'tests_userFriendly_fxns.R:167:3', 'tests_userFriendly_fxns.R:200:3', 'tests_userFriendly_fxns.R:225:3', 'tests_userFriendly_fxns.R:261:3', 'tests_userFriendly_fxns.R:281:3', 'tests_userFriendly_fxns.R:306:3', 'tests_userFriendly_fxns.R:314:3', 'tests_userFriendly_fxns.R:321:3', 'tests_userFriendly_fxns.R:329:3', 'tests_userFriendly_fxns.R:348:3', 'tests_userFriendly_fxns.R:389:3', 'tests_userFriendly_fxns.R:448:3', 'tests_userFriendly_fxns.R:474:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 25 ] > > proc.time() user system elapsed 48.32 3.56 92.18