CRAN Package Check Results for Package inlmisc

Last updated on 2020-08-07 01:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 17.16 138.91 156.07 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 13.29 102.23 115.52 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 190.75 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 192.45 OK
r-devel-windows-ix86+x86_64 0.5.0 45.00 205.00 250.00 OK
r-patched-linux-x86_64 0.5.0 15.81 132.84 148.65 OK
r-patched-solaris-x86 0.5.0 239.50 ERROR
r-release-linux-x86_64 0.5.0 15.84 133.59 149.43 OK
r-release-macos-x86_64 0.5.0 OK
r-release-windows-ix86+x86_64 0.5.0 41.00 261.00 302.00 OK
r-oldrel-macos-x86_64 0.5.0 OK
r-oldrel-windows-ix86+x86_64 0.5.0 26.00 170.00 196.00 OK

Check Details

Version: 0.5.0
Check: examples
Result: ERROR
    Running examples in ‘inlmisc-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: AddNorthArrow
    > ### Title: Add North Arrow to Plot
    > ### Aliases: AddNorthArrow
    > ### Keywords: hplot
    >
    > ### ** Examples
    >
    > m <- datasets::volcano
    > m <- m[nrow(m):1, ncol(m):1]
    > x <- seq(from = 2667405, length.out = ncol(m), by = 10)
    > y <- seq(from = 6478705, length.out = nrow(m), by = 10)
    > r <- raster::raster(m, xmn = min(x), xmx = max(x),
    + ymn = min(y), ymx = max(y),
    + crs = "+init=epsg:27200")
    > PlotMap(r, pal = GetColors(scheme = "DEM screen"))
    > AddNorthArrow(raster::crs(r), loc = "center")
    Warning in wkt(obj) : CRS object has no comment
    Warning in wkt(CRS(tg)) : CRS object has no comment
    Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
     is.character(proj) is not TRUE
    Calls: AddNorthArrow ... <Anonymous> -> <Anonymous> -> get_aoi -> project -> stopifnot
    Execution halted
Flavor: r-patched-solaris-x86