Last updated on 2025-04-12 20:52:17 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
automap | 14 | ||
intamap | 3 | 11 | |
intamapInteractive | 1 | 13 | |
rtop | 4 | 11 |
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
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
Current CRAN status: ERROR: 1, OK: 13
Version: 1.2-6
Check: tests
Result: ERROR
Running ‘anisotropyChoice.R’ [9s/12s]
Running ‘biasCorr.R’ [9s/13s]
Running ‘findLocalBias.R’ [9s/11s]
Running ‘findRegionalBias.R’ [9s/12s]
Running ‘optimizingTest.R’ [93m/63m]
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
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.