R Under development (unstable) (2025-10-22 r88969 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(StreamCatTools) > > test_check("StreamCatTools") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 6 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-lc_get_params.R:4:3', 'test-lc_get_params.R:11:3', 'test-lc_get_params.R:18:3', 'test-lc_get_params.R:28:3', 'test-lc_get_params.R:35:3', 'test-lc_get_params.R:42:3', 'test-lc_get_params.R:50:3', 'test-lc_getdata.R:5:3', 'test-lc_getdata.R:14:3', 'test-lc_getdata.R:23:3', 'test-lc_getdata.R:32:3', 'test-lc_nlcd.R:5:3', 'test-lc_nlcd.R:14:3', 'test-sc_get_params.R:5:3', 'test-sc_get_params.R:12:3', 'test-sc_get_params.R:22:3', 'test-sc_get_params.R:29:3', 'test-sc_get_params.R:36:3', 'test-sc_get_params.R:43:3', 'test-sc_get_params.R:50:3', 'test-sc_get_params.R:58:3', 'test-sc_get_params.R:66:3', 'test-sc_get_params.R:76:3', 'test-sc_getdata.R:4:3', 'test-sc_getdata.R:12:3', 'test-sc_getdata.R:22:3', 'test-sc_getdata.R:31:3', 'test-sc_getdata.R:40:3', 'test-sc_getdata.R:49:3', 'test-sc_nlcd.R:5:3', 'test-sc_nlcd.R:14:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 6 ] > > proc.time() user system elapsed 3.15 0.37 7.03