Last updated on 2025-12-19 03:49:46 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 | 18.26 | 260.72 | 278.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 50.00 | 645.99 | 695.99 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 51.00 | 878.34 | 929.34 | ERROR | |
| r-devel-windows-x86_64 | 2.1.0 | 24.00 | 392.00 | 416.00 | ERROR | |
| r-patched-linux-x86_64 | 2.1.0 | 26.50 | 395.88 | 422.38 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 24.84 | 397.95 | 422.79 | OK | |
| r-release-macos-arm64 | 2.1.0 | OK | ||||
| r-release-macos-x86_64 | 2.1.0 | 16.00 | 566.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 | 17.00 | 515.00 | 532.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 12.00 | 9.00 | 21.00 | ERROR |
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’ [6s/10s]
Running ‘omerc.R’ [8s/9s]
Running ‘openmap.R’ [56s/65s]
Running ‘worldMap.R’ [19s/22s]
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/RtmphRF2Q4/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’ [14s/55s]
Running ‘omerc.R’ [23s/97s]
Running ‘openmap.R’ [113s/467s]
Running ‘worldMap.R’ [50s/209s]
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/Rtmp5mROSr/working_dir/RtmpDMYauf/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-fedora-clang
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘colourScale.R’ [15s/39s]
Running ‘omerc.R’ [23s/62s]
Running ‘openmap.R’ [124s/272s]
Running ‘worldMap.R’ [53s/166s]
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/RtmpynROgH/working_dir/Rtmpb38ADd/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-fedora-gcc
Version: 2.1.0
Check: tests
Result: ERROR
Running 'colourScale.R' [6s]
Running 'omerc.R' [10s]
Running 'openmap.R' [100s]
Running 'worldMap.R' [33s]
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_17_01_50_00_18063\RtmpoNUQ9i/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