CRAN Package Check Results for Package rerddapXtracto

Last updated on 2025-05-12 01:49:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.3 4.11 56.18 60.29 OK
r-devel-linux-x86_64-debian-gcc 1.2.3 2.48 38.66 41.14 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.3 95.99 OK
r-devel-linux-x86_64-fedora-gcc 1.2.3 103.50 OK
r-devel-windows-x86_64 1.2.3 6.00 75.00 81.00 OK
r-patched-linux-x86_64 1.2.3 4.28 54.08 58.36 OK
r-release-linux-x86_64 1.2.3 3.97 52.62 56.59 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 74.00 80.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 89.00 96.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 10000 milliseconds Flavor: r-devel-linux-x86_64-debian-gcc