CRAN Package Check Results for Maintainer ‘Roy Mendelssohn <roy.mendelssohn at noaa.gov>’

Last updated on 2025-05-12 12:49:47 CEST.

Package ERROR NOTE OK
plotdap 6 7
rerddap 13
rerddapXtracto 1 12

Package plotdap

Current CRAN status: NOTE: 6, OK: 7

Version: 1.0.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: add_griddap.Rd: griddap add_tabledap.Rd: tabledap Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.3
Flags: --no-vignettes
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: add_griddap.Rd: griddap add_tabledap.Rd: tabledap Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Package rerddap

Current CRAN status: OK: 13

Package rerddapXtracto

Current CRAN status: ERROR: 1, OK: 12

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