Last updated on 2026-03-13 14:55:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.3 | 25.33 | 389.73 | 415.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.3 | 16.87 | 240.97 | 257.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.1.3 | 43.00 | 608.18 | 651.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.3 | 45.00 | 801.65 | 846.65 | OK | |
| r-devel-macos-arm64 | 2.1.3 | 6.00 | 152.00 | 158.00 | OK | |
| r-devel-windows-x86_64 | 2.1.3 | 25.00 | 341.00 | 366.00 | ERROR | |
| r-patched-linux-x86_64 | 2.1.3 | 24.10 | 375.64 | 399.74 | OK | |
| r-release-linux-x86_64 | 2.1.3 | 24.97 | 390.99 | 415.96 | OK | |
| r-release-macos-arm64 | 2.1.3 | 6.00 | 155.00 | 161.00 | OK | |
| r-release-macos-x86_64 | 2.1.3 | 21.00 | 1233.00 | 1254.00 | OK | |
| r-release-windows-x86_64 | 2.1.3 | 25.00 | 395.00 | 420.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.3 | 7.00 | 158.00 | 165.00 | OK | |
| r-oldrel-macos-x86_64 | 2.1.3 | 21.00 | 1195.00 | 1216.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.3 | 28.00 | 529.00 | 557.00 | OK |
Version: 2.1.3
Check: tests
Result: ERROR
Running 'colourScale.R' [6s]
Running 'omerc.R' [19s]
Running 'openmap.R' [64s]
Running 'worldMap.R' [13s]
Running the tests in 'tests/worldMap.R' failed.
Complete output:
> #+ setup
> options(warn=1)
>
> library('mapmisc')
Loading required package: terra
terra 1.9.1
map images will be cached in D:\temp\2026_03_10_01_50_00_7065\RtmpQJuZt8/mapmiscCache
>
> #if(!exists('mapmiscCachePath'))
> # mapmiscCachePath = system.file('extdata', package='mapmisc')
>
> #if(!exists('mapmiscCacheReadOnly'))
> # mapmiscCacheReadOnly = TRUE
>
> #mapmiscCachePath
>
> #options(
> # mapmiscCachePath = mapmiscCachePath,
> # mapmiscCacheReadOnly = mapmiscCacheReadOnly,
> # mapmiscVerbose=TRUE)
>
> getOption("mapmiscCachePath")
[1] "D:\\temp\\2026_03_10_01_50_00_7065\\RtmpQJuZt8/mapmiscCache"
> #'
>
> #+ themaps, fig.cap='some maps', fig.subcap = c('projectable region', 'projected, with bg','projected, with world countries','projectable madagascar','madagascar')
>
>
> data("worldMap")
> worldMap = unwrap(worldMap)
>
> world = project(worldMap, crsLL)
> country='Japan'
> x=world[grep(country, world$NAME)]
>
> myCrsO = moll(x)
> if(!interactive()) pdf("worldMap.pdf")
>
> plot(world, ylim = 90.5*c(-1,1))
> plot(attributes(myCrsO)$crop,
+ border='red', col='#0000FF10', add=TRUE)
>
> #x = myCrsO;zoom=1;fact=0.7;path='osm';crs = crs(x);buffer=0;verbose=TRUE;cachePath = tempdir();suffix=NULL
>
> myMap = openmap(myCrsO, zoom=1, fact=0.7, verbose=TRUE)
http://tile.openstreetmap.org/
http://tile.openstreetmap.org/
downloading http://tile.openstreetmap.org/1/0/0.png
trying URL 'http://tile.openstreetmap.org/1/0/0.png'
Content type 'image/png' length 8947 bytes
==================================================
downloaded 8947 bytes
downloading http://tile.openstreetmap.org/1/0/1.png
trying URL 'http://tile.openstreetmap.org/1/0/1.png'
Content type 'image/png' length 2984 bytes
==================================================
downloaded 2984 bytes
downloading http://tile.openstreetmap.org/1/1/0.png
trying URL 'http://tile.openstreetmap.org/1/1/0.png'
Content type 'image/png' length 9509 bytes
==================================================
downloaded 9509 bytes
downloading http://tile.openstreetmap.org/1/1/1.png
trying URL 'http://tile.openstreetmap.org/1/1/1.png'
Content type 'image/png' length 3368 bytes
==================================================
downloaded 3368 bytes
reprojecting
reprojecting: 5 cycles:1 2 3 4 4
poles: north
poles: south
>
> plot(myMap)
> plot(attributes(myCrsO)$ellipse, add=TRUE, border='black')
> gridlinesWrap(myCrsO, lty=2, col='orange')
>
> xTcrop = wrapPoly(x=world, crs=myCrsO)
Flavor: r-devel-windows-x86_64