* using log directory ‘/data/gannet/ripley/R/packages/tests-noLD/mapmisc.Rcheck’ * using R Under development (unstable) (2025-12-10 r89134) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘mapmisc/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘mapmisc’ version ‘2.1.0’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘mapmisc’ can be installed ... [47s/119s] 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 ... [12s/30s] OK * checking whether the package can be loaded with stated dependencies ... [12s/30s] OK * checking whether the package can be unloaded cleanly ... [12s/21s] OK * checking whether the namespace can be loaded with stated dependencies ... [11s/17s] OK * checking whether the namespace can be unloaded cleanly ... [12s/27s] OK * checking loading without being on the library search path ... [12s/21s] OK * checking whether startup messages can be suppressed ... [11s/19s] 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 ... [66s/98s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... 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 ... [11s/19s] 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 ... [39s/56s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘colourScale.R’ [13s/19s] Running ‘omerc.R’ [20s/28s] Running ‘openmap.R’ [123s/167s] Running ‘worldMap.R’ [50s/63s] [206s/278s] ERROR 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/Rtmpy4ekRx/working_dir/Rtmpgdx2oe/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 -> -> diff -> diff.default Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [260s/342s] OK * checking PDF version of manual ... [8s/12s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/gannet/ripley/R/packages/tests-noLD/mapmisc.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 22:24.48, 843.93 + 26.03