Last updated on 2025-12-08 17:49:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 24.65 | 405.75 | 430.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 15.67 | 255.23 | 270.90 | 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 | OK | |
| 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 | 13.00 | 10.00 | 23.00 | ERROR |
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘colourScale.R’ [5s/7s]
Running ‘omerc.R’ [9s/11s]
Running ‘openmap.R’ [54s/64s]
Running ‘worldMap.R’ [21s/26s]
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/RtmpbbPsgv/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: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-x86_64