CRAN Package Check Results for Package geomerge

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 20.02 161.98 182.00 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 16.87 120.63 137.50 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 225.20 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 221.24 OK
r-devel-windows-ix86+x86_64 0.3.2 62.00 156.00 218.00 OK
r-patched-linux-x86_64 0.3.2 13.69 158.10 171.79 OK
r-patched-solaris-x86 0.3.2 323.30 ERROR
r-release-linux-x86_64 0.3.2 14.58 157.61 172.19 OK
r-release-macos-x86_64 0.3.2 OK
r-release-windows-ix86+x86_64 0.3.2 61.00 225.00 286.00 OK
r-oldrel-macos-x86_64 0.3.2 OK
r-oldrel-windows-ix86+x86_64 0.3.2 35.00 151.00 186.00 OK

Check Details

Version: 0.3.2
Check: examples
Result: ERROR
    Running examples in ‘geomerge-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: generateGrid
    > ### Title: Generates a grid in a given local CRS that is, by default,
    > ### returned as SpatialPolygonsDataFrame in WGS84.
    > ### Aliases: generateGrid
    >
    > ### ** Examples
    >
    > require(sp)
    Loading required package: sp
    > data(geomerge)
    >
    > # Generate grid with 10 km cell size in local CRS for Nigeria
    > states.grid <- generateGrid(states,10000,local.CRS=CRS("+init=epsg:26391"),
    + silent=TRUE)
    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: generateGrid ... spTransform -> spTransform -> get_aoi -> project -> stopifnot
    Execution halted
Flavor: r-patched-solaris-x86