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 10 | PASS 1227 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (9): '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', 'test_pastclim_rast.R:4:1', 'test_vrt_set_get_meta.R:3:1' • Sys.getenv("PASTCLIM_TEST") != "download_full" is TRUE (1): 'test_remote_files.R:22:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 1227 ] > > proc.time() user system elapsed 151.92 10.12 162.40