Last updated on 2025-05-03 21:51:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.8 | 39.58 | 523.93 | 563.51 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.8 | 24.85 | 371.37 | 396.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.8 | 846.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.8 | 990.37 | ERROR | |||
r-devel-windows-x86_64 | 2.0.8 | 41.00 | 458.00 | 499.00 | OK | |
r-patched-linux-x86_64 | 2.0.8 | 33.94 | 551.14 | 585.08 | OK | |
r-release-linux-x86_64 | OK | |||||
r-release-macos-arm64 | 2.0.8 | 302.00 | OK | |||
r-release-macos-x86_64 | 2.0.8 | 556.00 | OK | |||
r-release-windows-x86_64 | 2.0.8 | 40.00 | 456.00 | 496.00 | OK | |
r-oldrel-macos-arm64 | 2.0.8 | 272.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0.8 | 716.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.0.8 | 54.00 | 613.00 | 667.00 | NOTE |
Version: 2.0.8
Check: examples
Result: ERROR
Running examples in ‘geostatsp-Ex.R’ failed
The error most likely occurred in:
> ### Name: RFsimulate
> ### Title: Simulation of Random Fields
> ### Aliases: RFsimulate modelRandomFields RFsimulate RFsimulate-methods
> ### RFsimulate,ANY,SpatRaster-method RFsimulate,numeric,SpatRaster-method
> ### RFsimulate,numeric,SpatVector-method
> ### RFsimulate,RMmodel,SpatVector-method
> ### RFsimulate,RMmodel,SpatRaster-method
> ### RFsimulate,matrix,SpatRaster-method
> ### RFsimulate,matrix,SpatVector-method RFsimulate,data.frame,ANY-method
> ### Keywords: spatial
>
> ### ** Examples
>
> library('geostatsp')
>
> # exclude this line to use the RandomFields package
> options(useRandomFields = FALSE)
>
> model1 <- c(var=5, range=1,shape=0.5)
>
>
> myraster = rast(nrows=20,ncols=30,extent = ext(0,6,0,4),
+ crs="+proj=utm +zone=17 +datum=NAD27 +units=m +no_defs")
>
> set.seed(0)
>
> simu <- RFsimulate(model1, x=myraster, n=3)
install the RandomFields package for faster simulations
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.0.8
Check: tests
Result: ERROR
Running ‘RFsimulate.R’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.0.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RandomFields’
Package which this enhances but not available for checking: ‘INLA’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'RandomFields'
Flavor: r-oldrel-windows-x86_64