Last updated on 2020-08-07 01:50:24 CEST.
Package | ERROR | OK |
---|---|---|
geomerge | 1 | 11 |
meltt | 12 |
Current CRAN status: ERROR: 1, OK: 11
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
Current CRAN status: OK: 12