* using log directory 'd:/Rcompile/CRANpkg/local/4.5/bioRad.Rcheck' * using R Under development (unstable) (2024-06-03 r86679 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'bioRad/DESCRIPTION' ... OK * this is package 'bioRad' version '0.7.3' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'bioRad' can be installed ... OK * checking installed package size ... NOTE installed size is 5.5Mb sub-directories of 1Mb or more: data 1.6Mb extdata 2.0Mb * 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 ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [2s] OK * checking use of S3 registration ... 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 ... [14s] OK * checking Rd files ... [2s] OK * checking Rd metadata ... 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 ... [0s] 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 ... [37s] ERROR Running examples in 'bioRad-Ex.R' failed The error most likely occurred in: > ### Name: download_pvolfiles > ### Title: Download polar volume ('pvol') files from the NEXRAD archive > ### Aliases: download_pvolfiles > > ### ** Examples > > # create temporary directory > temp_dir <- paste0(tempdir(),"/bioRad_tmp_files") > dir.create(temp_dir) > download_pvolfiles( + date_min = as.POSIXct("2002-10-01 00:00", tz = "UTC"), + date_max = as.POSIXct("2002-10-01 00:05", tz = "UTC"), + radar = "KBRO", + directory = temp_dir, + overwrite = TRUE + ) Downloading data from noaa-nexrad-level2 for radar KBRO spanning over 1 days Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [s3.amazonaws.com] Connection timeout after 10006 ms Calls: download_pvolfiles ... request_fetch -> request_fetch.write_memory -> Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [172s] OK Running 'testthat.R' [172s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [67s] OK * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [16s] OK * DONE Status: 1 ERROR, 1 NOTE