Last updated on 2026-05-20 04:49:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 78.75 | ERROR | |||
| r-release-macos-arm64 | 1.0.0 | 1.00 | 29.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 3.00 | 60.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 30.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 3.00 | 132.00 | 135.00 | ERROR |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘rerddapUtils-Ex.R’ failed
The error most likely occurred in:
> ### Name: xy_to_latlon
> ### Title: Convert Projected 'rerddap::griddap()' Coordinates to
> ### Latitude-Longitude
> ### Aliases: xy_to_latlon
>
> ### ** Examples
>
> rows <- c( -889533.8, -469356.9)
> cols <- c(622858.3, 270983.4)
> # myURL <- 'https://coastwatch.noaa.gov/erddap/'
> # icceInfo <- rerddap::info('noaacwVIIRSn20icethickNP06Daily', url = myURL)
> # proj_extract <- rerddap::griddap(iceInfo,
> # time = c('2023-01-01T00:00:00Z', '2023-01-01T00:00:00Z'),
> # rows = rows,
> # cols = cols,
> # altitude = c(0., 0.),
> # fields = 'IceThickness',
> # url = myURL
> # )
> test <- xy_to_latlon(proj_extract)
Error: Proxy Error
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-oldrel-macos-x86_64