* using log directory 'd:/Rcompile/CRANpkg/local/4.6/mapmisc.Rcheck' * using R Under development (unstable) (2026-03-09 r89583 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-03-10 06:36:08 UTC * checking for file 'mapmisc/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'mapmisc' version '2.1.3' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'mapmisc' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [5s] OK * checking whether the package can be loaded with stated dependencies ... [5s] OK * checking whether the package can be unloaded cleanly ... [5s] OK * checking whether the namespace can be loaded with stated dependencies ... [5s] OK * checking whether the namespace can be unloaded cleanly ... [5s] OK * checking loading without being on the library search path ... [5s] OK * checking whether startup messages can be suppressed ... [5s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [19s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [5s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in Makefiles ... OK * checking for GNU extensions in Makefiles ... OK * checking include directives in Makefiles ... OK * checking sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [27s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [103s] 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) * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [51s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [6s] OK * DONE Status: 1 ERROR