R Under development (unstable) (2025-10-03 r88899 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(CopernicusClimate) > > test_check("CopernicusClimate") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 2 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-authentication.R:2:3', 'test-authentication.R:11:3', 'test-authentication.R:20:3', 'test-catalogue.R:2:3', 'test-catalogue.R:10:3', 'test-catalogue.R:21:3', 'test-catalogue.R:29:3', 'test-cite.R:2:3', 'test-dev.R:3:3', 'test-download.R:2:3', 'test-download.R:26:3', 'test-download.R:34:3', 'test-exceptions.R:2:3', 'test-exceptions.R:12:3', 'test-exceptions.R:22:3', 'test-exceptions.R:30:3', 'test-exceptions.R:46:3', 'test-exceptions.R:55:3', 'test-licenses.R:2:3', 'test-licenses.R:11:3', 'test-stars.R:2:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 2 ] > > proc.time() user system elapsed 1.03 0.12 1.14