CRAN Package Check Results for Maintainer ‘Jon Olav Skoien <jon.skoien at gmail.com>’

Last updated on 2025-03-29 08:53:14 CET.

Package ERROR NOTE OK
automap 15
intamap 3 12
intamapInteractive 1 14
rtop 4 11

Package automap

Current CRAN status: OK: 15

Package intamap

Current CRAN status: NOTE: 3, OK: 12

Version: 1.5-7
Check: for unstated dependencies in ‘demo’
Result: NOTE 'library' or 'require' call not declared from: ‘rworldmap’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Package intamapInteractive

Current CRAN status: ERROR: 1, OK: 14

Version: 1.2-6
Check: tests
Result: ERROR Running ‘anisotropyChoice.R’ [9s/14s] Running ‘biasCorr.R’ [10s/14s] Running ‘findLocalBias.R’ [8s/13s] Running ‘findRegionalBias.R’ [9s/16s] Running ‘optimizingTest.R’ [63m/45m] 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) Flavor: r-devel-linux-x86_64-fedora-gcc

Package rtop

Current CRAN status: NOTE: 4, OK: 11

Version: 0.6-9
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: getRtopParams.Rd: gstat Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64