R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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. > library(testthat) > library(GSODR) > > test_check("GSODR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 29 | PASS 0 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-download_files.R:4:5', 'test-get_inventory.R:4:3', 'test-get_inventory.R:43:3', 'test-nearest_stations.R:4:3', 'test-process_csv.R:3:5', 'test-reformat_GSOD.R:4:3', 'test-reformat_GSOD.R:59:3', 'test-get_GSOD.R:4:3', 'test-get_GSOD.R:15:3', 'test-get_GSOD.R:22:3', 'test-get_GSOD.R:34:3', 'test-get_GSOD.R:45:3', 'test-get_GSOD.R:57:3', 'test-get_GSOD.R:106:3', 'test-get_GSOD.R:151:3', 'test-get_GSOD.R:156:3', 'test-get_GSOD.R:162:3', 'test-get_GSOD.R:184:3', 'test-get_GSOD.R:195:5', 'test-get_GSOD.R:207:5', 'test-get_GSOD.R:217:3', 'test-get_GSOD.R:224:3', 'test-get_GSOD.R:237:3', 'test-get_GSOD.R:245:3', 'test-get_GSOD.R:255:3', 'test-get_GSOD.R:261:3', 'test-get_GSOD.R:267:3', 'test-update_station_list.R:3:3', 'test-update_station_list.R:15:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 0 ] > > proc.time() user system elapsed 2.15 0.29 3.45