R Under development (unstable) (2025-02-07 r87707 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(getCRUCLdata) > > test_check("getCRUCLdata") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 23 | PASS 30 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-create_CRU_df.R:28:3', 'test-create_stack.R:9:3', 'test-create_stack.R:565:3', 'test-create_stack.R:664:3', 'test-create_stack.R:723:3', 'test-get_CRU.R:9:3', 'test-get_CRU.R:38:3', 'test-get_CRU.R:66:3', 'test-get_CRU.R:101:3', 'test-get_CRU.R:120:3', 'test-get_CRU_df.R:12:3', 'test-get_CRU_df.R:23:3', 'test-get_CRU_df.R:504:3', 'test-get_CRU_df.R:523:3', 'test-get_CRU_stack.R:3:3', 'test-get_CRU_stack.R:503:3', 'test-get_CRU_stack.R:521:3', 'test-validate_dsn.R:4:3', 'test_caching.R:3:3', 'test_caching.R:36:3', 'test_get_local.R:4:3', 'test_set_cache.R:4:3', 'test-create_CRU_stack.R:28:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 30 ] > > proc.time() user system elapsed 2.21 0.65 30.00