R Under development (unstable) (2024-07-20 r86909 ucrt) -- "Unsuffered Consequences" 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 27 | PASS 6 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-get_inventory.R:4:3', 'test-get_inventory.R:43:3', 'test-nearest_stations.R:4:3', 'test-reformat_GSOD.R:4:3', 'test-reformat_GSOD.R:59: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:104:3', 'test-get_GSOD.R:149:3', 'test-get_GSOD.R:154:3', 'test-get_GSOD.R:160:3', 'test-get_GSOD.R:180:3', 'test-get_GSOD.R:189:5', 'test-get_GSOD.R:199:5', '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:249:5', 'test-get_GSOD.R:319:3', 'test-get_GSOD.R:325:3', 'test-update_station_list.R:4:3', 'test-update_station_list.R:16:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 6 ] > > proc.time() user system elapsed 1.48 0.17 3.46