Last updated on 2023-01-25 04:51:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 20.31 | 295.15 | 315.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 24.25 | 213.06 | 237.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 401.20 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 410.42 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 27.00 | 292.00 | 319.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 31.43 | 296.06 | 327.49 | OK | |
r-release-linux-x86_64 | 0.2.0 | 28.13 | 299.68 | 327.81 | OK | |
r-release-macos-arm64 | 0.2.0 | 88.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 128.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 31.00 | 308.00 | 339.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 75.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 121.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 63.00 | 287.00 | 350.00 | ERROR |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'graticule-Ex.R' failed
The error most likely occurred in:
> ### Name: lonlat
> ### Title: Add longitude latitude lines to a plot
> ### Aliases: lonlat
>
> ### ** Examples
>
> plot(c(-180, 180), c(-90, 90))
> lonlat(raster::raster())
>
> p <- raster::projectExtent(raster::raster(), "+proj=igh")
> lonlat(p, add = FALSE)
Error in proj4::ptransform(x, source, target, ...) :
major axis or radius = 0 or not given
Calls: lonlat
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64