Last updated on 2026-09-10 17:52:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 2.92 | 40.29 | 43.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 2.01 | 31.66 | 33.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 2.48 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 34.65 | OK | |||
| r-devel-windows-x86_64 | 1.0.2 | 5.00 | 65.00 | 70.00 | OK | |
| r-patched-linux-x86_64 | 1.0.2 | 3.10 | 34.80 | 37.90 | ERROR | |
| r-release-linux-x86_64 | 1.0.2 | 2.65 | 35.98 | 38.63 | OK | |
| r-release-macos-arm64 | 1.0.2 | 1.00 | 32.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 1.0.2 | 2.00 | 73.00 | 75.00 | OK | |
| r-release-windows-x86_64 | 1.0.2 | 6.00 | 63.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.2 | 1.00 | 31.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.2 | 2.00 | 87.00 | 89.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.2 | 8.00 | 76.00 | 84.00 | OK |
Version: 1.0.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘duckdb’
Package suggested but not available for checking: ‘duckplyr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘rerddapUtils-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: griddap_split
> ### Title: Title Get ERDDAP gridded data restricted to a given season of
> ### the year
> ### Aliases: griddap_split
>
> ### ** Examples
>
> myURL <- "https://coastwatch.pfeg.noaa.gov/erddap/"
> response <- try(httr::HEAD(myURL, httr::timeout(20)), silent = TRUE)
> if (inherits(response, "try-error")) {
+ message("The ERDDAP\u2122 server is not responding")
+ } else
+ {
+ data(wind_info)
+ request_split <- list(time = 2, altitude = 1, latitude = 1, longitude = 1)
+ res <- try(griddap_split(wind_info,
+ time = c('2015-12-31','2016-01-01'),
+ latitude = c(20, 21),
+ longitude = c(220, 221),
+ fields = 'mod_current',
+ request_split = request_split
+ ), silent = TRUE)
+ if (inherits(res, "try-error")) {
+ message("Unable to retrieve data from the ERDDAP\u2122 server")
+ }
+ }
info() output passed to x; setting base url to: https://coastwatch.pfeg.noaa.gov/erddap
info() output passed to x; setting base url to: https://coastwatch.pfeg.noaa.gov/erddap
Curl request failed to get file: Timeout was reached [coastwatch.pfeg.noaa.gov]:
Connection timed out after 10001 milliseconds
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
griddap_season 1.823 0.091 7.377
Flavor: r-patched-linux-x86_64