R Under development (unstable) (2025-07-29 r88464 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(GSODR) > > test_check("GSODR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-get_inventory.R:3:3', 'test-get_inventory.R:40:3', 'test-get_updates.R:2:3', 'test-nearest_stations.R:3:3', 'test-reformat_GSOD.R:3:3', 'test-reformat_GSOD.R:70:3', 'test-get_GSOD.R:6:3', 'test-get_GSOD.R:19:3', 'test-get_GSOD.R:26:3', 'test-get_GSOD.R:35:3', 'test-get_GSOD.R:44:3', 'test-get_GSOD.R:55:3', 'test-get_GSOD.R:107:3', 'test-get_GSOD.R:155:3', 'test-get_GSOD.R:160:3', 'test-get_GSOD.R:166:3', 'test-get_GSOD.R:186:3', 'test-get_GSOD.R:193:3', 'test-get_GSOD.R:200:3', 'test-get_GSOD.R:207:3', 'test-get_GSOD.R:214:3', 'test-get_GSOD.R:227:3', 'test-get_GSOD.R:235:3', 'test-get_GSOD.R:247:3', 'test-get_GSOD.R:317:3', 'test-get_GSOD.R:323:3', 'test-update_station_list.R:4:3', 'test-update_station_list.R:16:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] > > proc.time() user system elapsed 2.31 0.31 4.12