CRAN Package Check Results for Package rerddapXtracto

Last updated on 2026-01-29 10:51:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.4 3.77 59.19 62.96 OK
r-devel-linux-x86_64-debian-gcc 1.2.4 2.27 42.96 45.23 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.4 7.00 101.00 108.00 OK
r-devel-linux-x86_64-fedora-gcc 1.2.4 111.52 OK
r-devel-windows-x86_64 1.2.4 7.00 78.00 85.00 OK
r-patched-linux-x86_64 1.2.4 3.61 54.97 58.58 OK
r-release-linux-x86_64 1.2.4 3.61 54.37 57.98 OK
r-release-macos-arm64 1.2.4 1.00 29.00 30.00 OK
r-release-macos-x86_64 1.2.4 2.00 84.00 86.00 OK
r-release-windows-x86_64 1.2.4 8.00 74.00 82.00 OK
r-oldrel-macos-arm64 1.2.4 1.00 30.00 31.00 OK
r-oldrel-macos-x86_64 1.2.4 3.00 97.00 100.00 OK
r-oldrel-windows-x86_64 1.2.4 9.00 94.00 103.00 OK

Check Details

Version: 1.2.4
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 10000 milliseconds Flavor: r-devel-linux-x86_64-debian-gcc