Last updated on 2023-02-03 03:55:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 29.00 | 303.14 | 332.14 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 25.21 | 216.14 | 241.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 396.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 410.42 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 31.00 | 299.00 | 330.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 25.69 | 288.94 | 314.63 | OK | |
r-release-linux-x86_64 | 0.2.0 | 28.94 | 294.18 | 323.12 | 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 | 36.00 | 308.00 | 344.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 | 60.00 | 290.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