Last updated on 2026-05-23 02:52:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.82 | 39.63 | 42.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.96 | 30.18 | 32.14 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 5.00 | 63.71 | 68.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 5.00 | 75.61 | 80.61 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 8.00 | 69.00 | 77.00 | OK | |
| r-release-macos-arm64 | 1.0.1 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 3.00 | 60.00 | 63.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 6.00 | 130.00 | 136.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | 1.00 | 40.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 3.00 | 64.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 138.00 | 146.00 | OK |
Version: 1.0.1
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(300112.5, 250027.5)
> cols <- c(-400282.5, -350197.5)
> # myURL <- 'https://coastwatch.noaa.gov/erddap/'
> # iceInfo <- rerddap::info('noaacwVIIRSn20icethickNP06Daily', url devtoo= myURL)
> # proj_extract <- rerddap::griddap(iceInfo,
> # time = c('2026-05-18T12:28:57Z', '2026-05-18T12:28:57Z'),
> # rows = rows,
> # cols = cols,
> # altitude = c(0., 0.),
> # fields = 'IceThickness',
> # url = myURL
> #
> data(proj_extract)
> test <- xy_to_latlon(proj_extract)
Error: Proxy Error
Execution halted
Flavor: r-release-windows-x86_64