Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Kevin Shook ’ New maintainer: Kevin Shook Old maintainer(s): Kevin Shook Check: examples, Result: ERROR Running examples in ‘CSHShydRology-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ch_catchment_hyps > ### Title: Catchment hypsometry > ### Aliases: ch_catchment_hyps > > ### ** Examples > > ## No test: > # Note: example not tested automatically as it is very slow to execute due to the downloading > library(raster) Loading required package: sp > library(magrittr) Attaching package: ‘magrittr’ The following object is masked from ‘package:raster’: extract > # change the following line to specify a directory to hold the data > dir_name <- tempdir(check = FALSE) > # create directory to store data sets > if (!dir.exists(dir_name)) { + dir.create(dir_name, recursive = TRUE) + } > # get 25-m dem > dem_fn <- file.path(dir_name, "gs_dem25.tif") > dem_url <- "https://zenodo.org/record/4781469/files/gs_dem25.tif" > dem_upc <- ch_get_url_data(dem_url, dem_fn) Processed URL: https://zenodo.org/record/4781469/files/gs_dem25.tif URL caused a warning: https://zenodo.org/record/4781469/files/gs_dem25.tif Here's the original error message: Timeout was reached [zenodo.org]: Connection timed out after 10001 millisecondsProcessed URL: https://zenodo.org/record/4781469/files/gs_dem25.tif Error in ch_get_url_data(dem_url, dem_fn) : Error in accessing https://zenodo.org/record/4781469/files/gs_dem25.tif Execution halted