R Under development (unstable) (2024-10-09 r87215 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(kiwisR) > > test_check("kiwisR") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 12 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test_ki_group_list.R:5:3', 'test_ki_station_list.R:13:3', 'test_ki_station_list.R:21:3', 'test_ki_station_list.R:36:3', 'test_ki_station_list.R:50:3', 'test_ki_station_list.R:59:3', 'test_ki_timeseries_list.R:5:3', 'test_ki_timeseries_list.R:12:3', 'test_ki_timeseries_list.R:19:3', 'test_ki_timeseries_list.R:29:3', 'test_ki_timeseries_list.R:38:3', 'test_ki_timeseries_list.R:47:3', 'test_ki_timeseries_list.R:56:3', 'test_ki_timeseries_list.R:67:3', 'test_ki_timeseries_list.R:78:3', 'test_ki_timeseries_values.R:5:3', 'test_ki_timeseries_values.R:12:3', 'test_ki_timeseries_values.R:19:3', 'test_ki_timeseries_values.R:26:3', 'test_ki_timeseries_values.R:33:3', 'test_ki_timeseries_values.R:49:3', 'test_ki_timeseries_values.R:62:3', 'test_ki_timeseries_values.R:80:3', 'test_ki_timeseries_values.R:97:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 12 ] > > proc.time() user system elapsed 1.00 0.28 8.12