* using log directory ‘/data/gannet/ripley/R/packages/tests-clang/intamapInteractive.Rcheck’ * using R Under development (unstable) (2025-09-11 r88813) * using platform: x86_64-pc-linux-gnu * R was compiled by clang version 21.1.1 flang version 21.1.1 * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘intamapInteractive/DESCRIPTION’ ... OK * this is package ‘intamapInteractive’ version ‘1.2-7’ * 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 ‘intamapInteractive’ can be installed ... [32s/43s] OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/intamapInteractive-00install.html' for details. * checking installed package size ... OK * checking package 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 ... [9s/11s] OK * checking whether the package can be loaded with stated dependencies ... [9s/12s] OK * checking whether the package can be unloaded cleanly ... [9s/12s] OK * checking whether the namespace can be loaded with stated dependencies ... [8s/12s] OK * checking whether the namespace can be unloaded cleanly ... [8s/12s] OK * checking loading without being on the library search path ... [9s/10s] 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 ... [54s/72s] 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 examples ... [11s/14s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [90m/75m] ERROR Running ‘anisotropyChoice.R’ [10s/14s] Running ‘biasCorr.R’ [10s/14s] Running ‘findLocalBias.R’ [9s/12s] Running ‘findRegionalBias.R’ [9s/14s] Running ‘optimizingTest.R’ [89m/74m] Running the tests in ‘tests/optimizingTest.R’ failed. Complete output: > options(error = recover) > #test = TRUE > test = FALSE > mantest = FALSE > set.seed(1) > library(intamapInteractive) Loading required package: intamap Loading required package: sp > library(gstat) > #require(maptools) > # for SIC2004 dataset > data(sic2004) > coordinates(sic.val) = ~x+y > observations = sic.val["dayx"] > coordinates(sic.grid)=~x+y > predGrid = sic.grid > > #Finding the polygon for the candidate locations > bb = bbox(predGrid) > boun = SpatialPoints(data.frame(x=c(bb[1,1],bb[1,2],bb[1,2],bb[1,1],bb[1,1]), + y=c(bb[2,1],bb[2,1],bb[2,2],bb[2,2],bb[2,1]))) > Srl = Polygons(list(Polygon(boun)),ID = as.character(1)) > candidates = SpatialPolygonsDataFrame(SpatialPolygons(list(Srl)), + data = data.frame(ID=1)) > > # Limits the number of prediction locations to have faster UK > # computations > nGrid = dim(coordinates(predGrid))[1] > predGrid = predGrid[sample(seq(1,nGrid),1000),] > # Fits the variogram model (using function fit.variogram from package > # gstat) > model = fit.variogram(variogram(dayx~x+y, sic.val), vgm(50, "Sph", 250000, 250)) > #plot(variogram(dayx~x+y, sic.val), model=model) > # Computes the Mukv of the current network > initMukv <- calculateMukv(observations, predGrid, model, formulaString = dayx~x+y) OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). * checking PDF version of manual ... [8s/20s] 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