CRAN Package Check Results for Package mapmisc

Last updated on 2025-12-10 05:50:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 26.28 389.35 415.63 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.0 16.65 265.22 281.87 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 56.00 626.73 682.73 OK
r-devel-linux-x86_64-fedora-gcc 2.1.0 56.00 827.87 883.87 OK
r-devel-windows-x86_64 2.1.0 25.00 395.00 420.00 ERROR
r-patched-linux-x86_64 2.1.0 26.65 398.83 425.48 OK
r-release-linux-x86_64 2.1.0 26.97 399.15 426.12 OK
r-release-macos-arm64 2.1.0 OK
r-release-macos-x86_64 2.1.0 21.00 561.00 582.00 OK
r-release-windows-x86_64 2.1.0 25.00 406.00 431.00 OK
r-oldrel-macos-arm64 2.1.0 OK
r-oldrel-macos-x86_64 2.1.0 31.00 501.00 532.00 OK
r-oldrel-windows-x86_64 2.1.0 12.00 9.00 21.00 ERROR

Check Details

Version: 2.1.0
Check: tests
Result: ERROR Running ‘colourScale.R’ [9s/10s] Running ‘omerc.R’ [14s/17s] Running ‘openmap.R’ [70s/85s] Running ‘worldMap.R’ [30s/39s] Running the tests in ‘tests/omerc.R’ failed. Complete output: > options(warn=1) > > library('mapmisc') Loading required package: terra terra 1.8.86 map images will be cached in /home/hornik/tmp/scratch/RtmpDHeGqK/mapmiscCache > data('netherlands') > > nldCities = unwrap(nldCities) > > > x=nldCities > xbox = as.polygons(ext(nldCities), crs = crs(nldCities)) > > bob=function(angle, ...){ + y = project(x, omerc(x, angle, ellipse=FALSE, ...)) + nld2 = project(xbox, crs(y)) + map.new(nld2) + abline(v=0, col='grey') + abline(h=0, col='grey') + plot(nld2,add=TRUE, lwd=2, lty=3) + plot(ext(y), add=TRUE, col='orange') + plot(y,cex=0.2, col='red',add=TRUE) + text(y,labels=y$name, cex=0.5, col=col2html('blue',0.4)) + mtext(paste(angle,collapse=' '),side=3,outer=FALSE,line=-1) + scaleBar(y,'topright') + return(invisible(crs(y))) + + } > > > > if(!interactive()) pdf("omerc.pdf") > > par(mfrow=c(3,3)) > > > bob(0) > > bob(89) > > bob(45) > > bob(-45) > > bob(180-45) > > > bob(-180-45, post=-45) > > bob(45, post='north') > bob(45, post='wide') > bob(45, post='tall') > > > > > par(mfrow=c(3,2)) > bob((-10):10) Error in r[i1] : object of type 'S4' is not subsettable Calls: bob ... omerc -> mapply -> <Anonymous> -> diff -> diff.default Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.0
Check: tests
Result: ERROR Running ‘colourScale.R’ [5s/6s] Running ‘omerc.R’ [9s/12s] Running ‘openmap.R’ [57s/72s] Running ‘worldMap.R’ [20s/24s] Running the tests in ‘tests/omerc.R’ failed. Complete output: > options(warn=1) > > library('mapmisc') Loading required package: terra terra 1.8.86 map images will be cached in /tmp/RtmpslrwhS/mapmiscCache > data('netherlands') > > nldCities = unwrap(nldCities) > > > x=nldCities > xbox = as.polygons(ext(nldCities), crs = crs(nldCities)) > > bob=function(angle, ...){ + y = project(x, omerc(x, angle, ellipse=FALSE, ...)) + nld2 = project(xbox, crs(y)) + map.new(nld2) + abline(v=0, col='grey') + abline(h=0, col='grey') + plot(nld2,add=TRUE, lwd=2, lty=3) + plot(ext(y), add=TRUE, col='orange') + plot(y,cex=0.2, col='red',add=TRUE) + text(y,labels=y$name, cex=0.5, col=col2html('blue',0.4)) + mtext(paste(angle,collapse=' '),side=3,outer=FALSE,line=-1) + scaleBar(y,'topright') + return(invisible(crs(y))) + + } > > > > if(!interactive()) pdf("omerc.pdf") > > par(mfrow=c(3,3)) > > > bob(0) > > bob(89) > > bob(45) > > bob(-45) > > bob(180-45) > > > bob(-180-45, post=-45) > > bob(45, post='north') > bob(45, post='wide') > bob(45, post='tall') > > > > > par(mfrow=c(3,2)) > bob((-10):10) Error in r[i1] : object of type 'S4' is not subsettable Calls: bob ... omerc -> mapply -> <Anonymous> -> diff -> diff.default Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.0
Check: tests
Result: ERROR Running 'colourScale.R' [6s] Running 'omerc.R' [11s] Running 'openmap.R' [102s] Running 'worldMap.R' [30s] Running the tests in 'tests/omerc.R' failed. Complete output: > options(warn=1) > > library('mapmisc') Loading required package: terra terra 1.8.86 map images will be cached in D:\temp\2025_12_07_01_50_00_14651\RtmpmSZPC8/mapmiscCache > data('netherlands') > > nldCities = unwrap(nldCities) > > > x=nldCities > xbox = as.polygons(ext(nldCities), crs = crs(nldCities)) > > bob=function(angle, ...){ + y = project(x, omerc(x, angle, ellipse=FALSE, ...)) + nld2 = project(xbox, crs(y)) + map.new(nld2) + abline(v=0, col='grey') + abline(h=0, col='grey') + plot(nld2,add=TRUE, lwd=2, lty=3) + plot(ext(y), add=TRUE, col='orange') + plot(y,cex=0.2, col='red',add=TRUE) + text(y,labels=y$name, cex=0.5, col=col2html('blue',0.4)) + mtext(paste(angle,collapse=' '),side=3,outer=FALSE,line=-1) + scaleBar(y,'topright') + return(invisible(crs(y))) + + } > > > > if(!interactive()) pdf("omerc.pdf") > > par(mfrow=c(3,3)) > > > bob(0) > > bob(89) > > bob(45) > > bob(-45) > > bob(180-45) > > > bob(-180-45, post=-45) > > bob(45, post='north') > bob(45, post='wide') > bob(45, post='tall') > > > > > par(mfrow=c(3,2)) > bob((-10):10) Error in r[i1] : object of type 'S4' is not subsettable Calls: bob ... omerc -> mapply -> <Anonymous> -> diff -> diff.default Execution halted Flavor: r-devel-windows-x86_64

Version: 2.1.0
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-oldrel-windows-x86_64