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