R Under development (unstable) (2024-06-18 r86781 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(pastclim) Loading required package: terra terra 1.7.78 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe > > test_check("pastclim") |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= |---------|---------|---------|---------| ========================================= [ FAIL 0 | WARN 0 | SKIP 8 | PASS 1248 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test_filenames_chelsa_future.R:4:3', 'test_filenames_chelsa_present.R:4:3', 'test_filenames_chelsa_trace21k.R:4:3', 'test_filenames_hyde.R:5:3', 'test_filenames_paleoclim.R:4:3', 'test_filenames_worldclim_future.R:4:3', 'test_filenames_worldclim_present.R:4:3' • Sys.getenv("PASTCLIM_TEST") != "download_full" is TRUE (1): 'test_remote_files.R:22:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 1248 ] > > proc.time() user system elapsed 162.31 9.17 174.95