Last updated on 2025-09-14 09:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.3 | 2.93 | 59.01 | 61.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.3 | 2.68 | 40.76 | 43.44 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.3 | 104.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.3 | 106.05 | OK | |||
r-devel-windows-x86_64 | 1.2.3 | 7.00 | 76.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 1.2.3 | 3.41 | 53.78 | 57.19 | OK | |
r-release-linux-x86_64 | 1.2.3 | 2.59 | 54.64 | 57.23 | ERROR | |
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 | 75.00 | 81.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 | 90.00 | 97.00 | OK |
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]:
Connection timed out after 10002 milliseconds
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64