Last updated on 2025-10-31 02:50:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2-11 | 9.17 | 65.94 | 75.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2-11 | 7.25 | 48.50 | 55.75 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2-11 | 22.00 | 79.84 | 101.84 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2-11 | 26.00 | 76.57 | 102.57 | ERROR | |
| r-devel-windows-x86_64 | 0.2-11 | 14.00 | 76.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 0.2-11 | 9.17 | 62.57 | 71.74 | OK | |
| r-release-linux-x86_64 | 0.2-11 | 8.98 | 63.37 | 72.35 | OK | |
| r-release-macos-arm64 | 0.2-11 | 8.00 | 40.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 0.2-11 | 10.00 | 56.00 | 66.00 | OK | |
| r-release-windows-x86_64 | 0.2-11 | 13.00 | 78.00 | 91.00 | OK | |
| r-oldrel-macos-arm64 | 0.2-11 | 5.00 | 34.00 | 39.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2-11 | 15.00 | 84.00 | 99.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2-11 | 17.00 | 97.00 | 114.00 | OK | 
Version: 0.2-11
Check: examples
Result: ERROR
  Running examples in ‘constrainedKriging-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: CKrige
  > ### Title: Constrained, Covariance-matching Constrained and Universal
  > ###   Kriging
  > ### Aliases: CKrige CKrige.points CKrige.polygons CKrige-methods
  > ###   CKrige,formula,data.frame,formula,preCKrigePoints-method
  > ###   CKrige,formula,data.frame,formula,preCKrigePolygons-method
  > ###   print.CKrige.exout.polygons summary.CKrige.exout.polygons
  > ###   print.CKrige.exout.points summary.CKrige.exout.points
  > ### Keywords: methods
  > 
  > ### ** Examples
  > 
  > 
  > 
  > 
  > ### example 7: universal block Kriging of mean over whole domain
  > ### cf chapter 4 of vignette of package georob
  > ### (https://CRAN.R-project.org/package=georob)
  > if(!requireNamespace("gstat", quietly = TRUE)){
  +   stop("install package gstat to run example")
  + }
  > ### load coalash data
  > data(coalash, package="gstat")
  > 
  > ### generate SpatialPointsDataFrame covering entire domain of coalash data
  > coalash.domain <- rbind(c(0.5,0), c(16.5,0), c(16.5,24), c(0.5,24), c(0.5,0))
  > coalash.domain <- SpatialPolygonsDataFrame(
  +   SpatialPolygons(list(Polygons(list(Polygon(coalash.domain)), ID= "domain"))),
  +   data=data.frame(x=8.5,y=12,row.names="domain"))
  > 
  > ### universal block Kriging
  > preCK_coalash <- preCKrige(newdata = coalash.domain, model = covmodel(modelname =
  +     "exponential", mev = 1.023, nugget = 0, variance = 0.268,
  +     scale = 1.907), pwidth = 16, pheight = 24)
  > UK_coalash <- CKrige(formula = coalash ~ x, data = coalash,
  +   locations = ~ x+y, object = preCK_coalash, method = 1)
  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).
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2-11
Check: examples
Result: ERROR
  Running examples in ‘constrainedKriging-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: CKrige
  > ### Title: Constrained, Covariance-matching Constrained and Universal
  > ###   Kriging
  > ### Aliases: CKrige CKrige.points CKrige.polygons CKrige-methods
  > ###   CKrige,formula,data.frame,formula,preCKrigePoints-method
  > ###   CKrige,formula,data.frame,formula,preCKrigePolygons-method
  > ###   print.CKrige.exout.polygons summary.CKrige.exout.polygons
  > ###   print.CKrige.exout.points summary.CKrige.exout.points
  > ### Keywords: methods
  > 
  > ### ** Examples
  > 
  > 
  > 
  > 
  > ### example 7: universal block Kriging of mean over whole domain
  > ### cf chapter 4 of vignette of package georob
  > ### (https://CRAN.R-project.org/package=georob)
  > if(!requireNamespace("gstat", quietly = TRUE)){
  +   stop("install package gstat to run example")
  + }
  > ### load coalash data
  > data(coalash, package="gstat")
  > 
  > ### generate SpatialPointsDataFrame covering entire domain of coalash data
  > coalash.domain <- rbind(c(0.5,0), c(16.5,0), c(16.5,24), c(0.5,24), c(0.5,0))
  > coalash.domain <- SpatialPolygonsDataFrame(
  +   SpatialPolygons(list(Polygons(list(Polygon(coalash.domain)), ID= "domain"))),
  +   data=data.frame(x=8.5,y=12,row.names="domain"))
  > 
  > ### universal block Kriging
  > preCK_coalash <- preCKrige(newdata = coalash.domain, model = covmodel(modelname =
  +     "exponential", mev = 1.023, nugget = 0, variance = 0.268,
  +     scale = 1.907), pwidth = 16, pheight = 24)
  > UK_coalash <- CKrige(formula = coalash ~ x, data = coalash,
  +   locations = ~ x+y, object = preCK_coalash, method = 1)
Flavor: r-devel-linux-x86_64-fedora-gcc