* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/paisaje.Rcheck’ * using R Under development (unstable) (2025-12-20 r89211) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘paisaje/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘paisaje’ version ‘0.1.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘paisaje’ can be installed ... [42s/44s] OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [14s/14s] OK * checking whether the package can be loaded with stated dependencies ... [13s/13s] OK * checking whether the package can be unloaded cleanly ... [13s/14s] OK * checking whether the namespace can be loaded with stated dependencies ... [13s/14s] OK * checking whether the namespace can be unloaded cleanly ... [14s/14s] OK * checking loading without being on the library search path ... [13s/14s] OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [57s/60s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [14s/15s] OK * checking examples with --run-donttest ... [11m/19m] ERROR Running examples in ‘paisaje-Ex.R’ failed The error most likely occurred in: > ### Name: get_worldclim_future > ### Title: Download and process future environmental variables from > ### WorldClim v2.1 > ### Aliases: get_worldclim_future > > ### ** Examples > > ## No test: > nc <- sf::st_read(system.file("shape/nc.shp", package = "sf")) Reading layer `nc' from data source `/data/blackswan/ripley/R/R-devel/site-library/sf/shape/nc.shp' using driver `ESRI Shapefile' Simple feature collection with 100 features and 14 fields Geometry type: MULTIPOLYGON Dimension: XY Bounding box: xmin: -84.32385 ymin: 33.88199 xmax: -75.45698 ymax: 36.58965 Geodetic CRS: NAD27 > nc <- sf::st_transform(nc, crs = 4326) > > climate_future <- paisaje::get_worldclim_future( + var = "tmin", res = "10m", scenario = "585", + time_range = "2021-2040", gcm = "ACCESS-CM2", aoi = nc + ) No destination_dir provided. Using temporary directory: /tmp/RtmpSQUVx1/working_dir/RtmpEtVBYS Download URL: https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif trying URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif' Warning in utils::download.file(url, temp_file, mode = "wb") : URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif': Timeout of 300 seconds was reached Attempt 1 failed. Retrying... trying URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif' Warning in utils::download.file(url, temp_file, mode = "wb") : URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif': Timeout of 300 seconds was reached Attempt 2 failed. Retrying... trying URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif' Warning in utils::download.file(url, temp_file, mode = "wb") : URL 'https://geodata.ucdavis.edu/cmip6/10m/ACCESS-CM2/ssp585/wc2.1_10m_tmin_ACCESS-CM2_ssp585_2021-2040.tif': Timeout of 300 seconds was reached Attempt 3 failed. Retrying... Error in paisaje::get_worldclim_future(var = "tmin", res = "10m", scenario = "585", : Failed to download data after 3 attempts. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [33s/34s] OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/paisaje.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 25:52.00, 1020.34 + 56.89