Last updated on 2025-03-11 14:55:57 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
constrainedKriging | 1 | 14 | |
georob | 1 | 14 | |
soilhypfit | 3 | 12 |
Current CRAN status: ERROR: 1, OK: 14
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
Current CRAN status: ERROR: 1, OK: 14
Version: 0.3-23
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘georob_vignette.Rnw’ using Sweave
Loading required package: sp
Attaching package: ‘georob’
The following object is masked from ‘package:stats’:
step
recomputing robust Mahalanobis distances
saving the robust distances 'MD' as part of ‘r.lmrob’
Flavor: r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 3, OK: 12
Version: 0.1-7
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
soilhypfit_control_fit_wrc_hcc.Rd: nloptr
soilhypfit_fit_wrc_hcc.Rd: nloptr
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
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.