CRAN Package Check Results for Package graticule

Last updated on 2023-03-21 14:50:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 28.87 315.35 344.22 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 23.58 233.60 257.18 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 423.66 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 433.97 OK
r-patched-linux-x86_64 0.2.0 21.72 289.89 311.61 OK
r-release-linux-x86_64 0.2.0 26.34 284.86 311.20 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 29.00 294.00 323.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 62.00 292.00 354.00 ERROR

Check Details

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