Last updated on 2024-10-07 15:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.5 | 56.10 | 205.23 | 261.33 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.5 | 40.59 | 133.16 | 173.75 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.5 | 449.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.5 | 344.60 | ERROR | |||
r-devel-windows-x86_64 | 2.0.5 | 63.00 | 229.00 | 292.00 | OK | |
r-patched-linux-x86_64 | 2.0.5 | 60.65 | 190.95 | 251.60 | OK | |
r-release-linux-x86_64 | 2.0.5 | 58.17 | 193.45 | 251.62 | OK | |
r-release-macos-arm64 | 2.0.5 | 102.00 | NOTE | |||
r-release-macos-x86_64 | 2.0.5 | 203.00 | NOTE | |||
r-release-windows-x86_64 | 2.0.5 | 69.00 | 225.00 | 294.00 | OK | |
r-oldrel-macos-arm64 | 2.0.5 | 14.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.0.6 | 16.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.0.5 | 35.00 | 8.00 | 43.00 | ERROR |
Version: 2.0.5
Check: examples
Result: ERROR
Running examples in ‘GeoModels-Ex.R’ failed
The error most likely occurred in:
> ### Name: GeoCorrFct
> ### Title: Spatial and Spatio-temporal correlation or covariance of (non)
> ### Gaussian random fields
> ### Aliases: GeoCorrFct
>
> ### ** Examples
>
> library(GeoModels)
>
> ################################################################
> ###
> ### Example 1. Covariance of a Gaussian random field with underlying
> ### Matern correlation model with nugget
> ###
> ###############################################################
> # Define the spatial distances
> x = seq(0,1,0.002)
> # Correlation Parameters for Matern model
> CorrParam("Matern")
[1] "scale" "smooth"
> NuisParam("Gaussian")
[1] "mean" "nugget" "sill"
> # Matern Parameters
> param=list(sill=2,smooth=0.5,scale=0.2/3,nugget=0.2,mean=0)
> cc= GeoCorrFct(x=x, corrmodel="Matern", covariance=TRUE,
+ param=param,model="Gaussian")
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: CorrelationFct(bivariate, CkCorrModel(corrmodel), x, t, nx, nt, mu, CkModel(model), nuisance, parcorr, n)
2: GeoCorrFct(x = x, corrmodel = "Matern", covariance = TRUE, param = param, model = "Gaussian")
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.0.5
Check: installed package size
Result: NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
data 1.9Mb
libs 2.1Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64
Version: 2.0.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 2.0.6
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64