CRAN Package Check Results for Package rerddapXtracto

Last updated on 2025-10-14 07:49:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.3 3.41 59.21 62.62 OK
r-devel-linux-x86_64-debian-gcc 1.2.3 2.34 41.30 43.64 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.3 97.06 OK
r-devel-linux-x86_64-fedora-gcc 1.2.3 103.73 OK
r-devel-windows-x86_64 1.2.3 6.00 74.00 80.00 OK
r-patched-linux-x86_64 1.2.3 3.86 55.27 59.13 OK
r-release-linux-x86_64 1.2.3 3.23 55.22 58.45 OK
r-release-macos-arm64 1.2.3 41.00 OK
r-release-macos-x86_64 1.2.3 90.00 OK
r-release-windows-x86_64 1.2.3 6.00 76.00 82.00 OK
r-oldrel-macos-arm64 1.2.3 46.00 OK
r-oldrel-macos-x86_64 1.2.3 91.00 OK
r-oldrel-windows-x86_64 1.2.3 7.00 95.00 102.00 OK

Check Details

Version: 1.2.3
Check: examples
Result: ERROR Running examples in ‘rerddapXtracto-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rxtracto > ### Title: Extract environmental data along a trajectory from an 'ERDDAP™' > ### server using 'rerddap'. > ### Aliases: rxtracto > > ### ** Examples > > ## toy example to show use > ## but keep execution time down > ## > # dataInfo <- rerddap::info('erdHadISST') > ## > parameter <- 'sst' > xcoord <- c(-130.5) > ycoord <- c(40.5) > tcoord <- c('2006-01-16') > # extract <- rxtracto(dataInfo, parameter = parameter, xcoord = xcoord, > # ycoord = ycoord, tcoord= tcoord > # ) > ## > ## bathymetry example > ## 2-D example getting bathymetry > ## Wrap rerddap::info('etopo360') call in function that insures proper finish if it fails > dataInfo <- safe_info('etopo360') Curl request failed: Timeout was reached [upwell.pfeg.noaa.gov]: Resolving timed out after 10001 milliseconds Flavor: r-devel-linux-x86_64-debian-gcc