Last updated on 2026-07-23 13:49:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5-11 | 15.68 | 235.29 | 250.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5-11 | 10.75 | 161.12 | 171.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5-11 | 26.00 | 333.48 | 359.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5-11 | 12.00 | 168.62 | 180.62 | OK | |
| r-devel-windows-x86_64 | 1.5-11 | 17.00 | 214.00 | 231.00 | OK | |
| r-patched-linux-x86_64 | 1.5-11 | 15.91 | 211.07 | 226.98 | OK | |
| r-release-linux-x86_64 | 1.5-11 | 13.48 | 211.43 | 224.91 | OK | |
| r-release-macos-arm64 | 1.5-11 | 4.00 | 53.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 1.5-11 | 13.00 | 209.00 | 222.00 | OK | |
| r-release-windows-x86_64 | 1.5-11 | 18.00 | 207.00 | 225.00 | OK | |
| r-oldrel-macos-arm64 | 1.5-11 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5-11 | 11.00 | 174.00 | 185.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5-11 | 25.00 | 277.00 | 302.00 | OK |
Version: 1.5-11
Check: tests
Result: ERROR
Running ‘anisotropyTest.R’ [8s/9s]
Running ‘block.R’ [4s/5s]
Running ‘idw.R’ [4s/6s]
Running ‘interpolate.R’ [3s/3s]
Running ‘interpolateBlock.R’ [3s/4s]
Running ‘javaR.R’ [3s/4s]
Running ‘linearVariogram.R’ [3s/4s]
Running ‘minimal.R’ [3s/4s]
Running ‘transGaussian.R’ [3s/5s]
Running ‘unbiased.R’ [4s/5s]
Running the tests in ‘tests/interpolate.R’ failed.
Complete output:
> options(error = recover)
> set.seed(15331)
> library(intamap)
Loading required package: sp
> library(automap)
> library(gstat)
> library(psgp)
> #loadMeuse()
>
> sessionInfo()
R Under development (unstable) (2026-07-21 r90286)
Platform: x86_64-pc-linux-gnu
Running under: Debian GNU/Linux forky/sid
Matrix products: default
BLAS: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib/libRblas.so
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.1; LAPACK version 3.12.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
time zone: Europe/Vienna
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] psgp_0.3-26 gstat_2.1-6 automap_1.1-20 intamap_1.5-11 sp_2.2-3
loaded via a namespace (and not attached):
[1] gtable_0.3.6 compiler_4.7.0 Rcpp_1.1.2 FNN_1.1.4.1
[5] parallel_4.7.0 scales_1.4.0 lattice_0.22-9 ggplot2_4.0.3
[9] R6_2.6.1 plyr_1.8.9 intervals_0.15.5 classInt_0.4-11
[13] sf_1.1-1 iterators_1.0.14 MASS_7.3-66 units_1.0-1
[17] stars_0.7-3 evd_2.3-7.1 DBI_1.3.0 RColorBrewer_1.1-3
[21] rlang_1.3.0 reshape_0.8.10 spacetime_1.3-3 S7_0.2.2
[25] doParallel_1.0.17 MBA_0.1-3 cli_3.6.6 class_7.3-23
[29] xts_0.14.2 foreach_1.5.2 grid_4.7.0 mvtnorm_1.4-2
[33] lifecycle_1.0.5 vctrs_0.7.3 KernSmooth_2.23-26 proxy_0.4-29
[37] glue_1.8.1 farver_2.1.2 codetools_0.2-20 zoo_1.8-15
[41] abind_1.4-8 e1071_1.7-17 tools_4.7.0
>
>
> crs = CRS("epsg:28992")
> data("meuse")
> coordinates(meuse) <- ~x+y
> proj4string(meuse) <- crs
> data("meuse.grid")
> coordinates(meuse.grid) <- ~x+y
> gridded(meuse.grid) <- TRUE
> proj4string(meuse.grid) <- crs
>
> meuse$value = log(meuse$zinc)
> meuse.grid = meuse.grid[sample(1:dim(meuse.grid)[1], 100),]
> output = interpolate(meuse, meuse.grid, list(mean=T, variance=T, nsim = 5), methodName = "automap")
R 2026-07-22 17:32:42.054076 interpolating 155 observations, 100 prediction locations
[1] "rgdal has been retired. \n As a result of this, some of the checks on projections in the \n intamap package have disappeared"
Checking object ... OK
Warning message:
In predictTime(nObs = dim(observations)[1], nPred = nPred, formulaString = formulaString, :*** buffer overflow detected ***: terminated
Aborted
Running the tests in ‘tests/interpolateBlock.R’ failed.
Complete output:
> library(intamap)
Loading required package: sp
> data(meuse)
> coordinates(meuse) = ~x+y
> data(meuse.grid)
> coordinates(meuse.grid) = ~x+y
> set.seed(13531)
>
> predictionLocations = spsample(meuse,50,"regular")
> gridded(predictionLocations) = TRUE
> cs = predictionLocations@grid@cellsize[1]/2
> meuse$value = log(meuse$zinc)
>
> outputWhat = list(mean=TRUE,variance=TRUE,quantile=0.025,quantile=0.0975)
> res1 = interpolateBlock(meuse,predictionLocations,outputWhat,methodName = "automap")$outputTable
R 2026-07-22 17:32:46.167326 interpolating 155 observations, 48 prediction locations
Checking object ... OK
[using ordinary kriging]
[1] "performed ordinary block kriging"
Warning message:
In predictTime(nObs = nObs, nPred = nPred, formulaString = formulaString, :*** buffer overflow detected ***: terminated
Aborted
Running the tests in ‘tests/transGaussian.R’ failed.
Complete output:
> set.seed(15331)
> library(intamap)
Loading required package: sp
> data(meuse)
> data(meuse.grid)
> coordinates(meuse) = ~x+y
> coordinates(meuse.grid) = ~x+y
>
> meuse$value=meuse$zinc
> output = interpolate(meuse, meuse.grid, list(mean=T, variance=T),methodName = "transGaussian")
R 2026-07-22 17:33:01.632823 interpolating 155 observations, 3103 prediction locations
Checking object ... OK
Warning message:
In predictTime(nObs = dim(observations)[1], nPred = nPred, formulaString = formulaString, :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc