Last updated on 2019-04-13 01:58:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-7 | 31.33 | 104.04 | 135.37 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0-7 | 25.17 | 108.00 | 133.17 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0-7 | 217.20 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-7 | 210.42 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0-7 | 103.00 | 280.00 | 383.00 | OK | |
r-patched-linux-x86_64 | 2.0-7 | 30.50 | 144.77 | 175.27 | OK | |
r-patched-solaris-x86 | 2.0-7 | 315.30 | OK | |||
r-release-linux-x86_64 | 2.0-7 | 27.40 | 144.02 | 171.42 | OK | |
r-release-windows-ix86+x86_64 | 2.0-7 | 104.00 | 277.00 | 381.00 | OK | |
r-release-osx-x86_64 | 2.0-7 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.0-7 | 59.00 | 261.00 | 320.00 | OK | |
r-oldrel-osx-x86_64 | 2.0-7 | OK |
Version: 2.0-7
Check: examples
Result: ERROR
Running examples in 'SpatialExtremes-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: DIC
> ### Title: Deviance Information Criterion
> ### Aliases: DIC
> ### Keywords: models
>
> ### ** Examples
>
> ## Generate realizations from the model
> n.site <- 15
> n.obs <- 35
> coord <- cbind(lon = runif(n.site, -10, 10), lat = runif(n.site, -10 , 10))
>
> gp.loc <- rgp(1, coord, "powexp", sill = 4, range = 20, smooth = 1)
> gp.scale <- rgp(1, coord, "powexp", sill = 0.4, range = 5, smooth = 1)
> gp.shape <- rgp(1, coord, "powexp", sill = 0.01, range = 10, smooth = 1)
>
> locs <- 26 + 0.5 * coord[,"lon"] + gp.loc
> scales <- 10 + 0.2 * coord[,"lat"] + gp.scale
> shapes <- 0.15 + gp.shape
>
> data <- matrix(NA, n.obs, n.site)
> for (i in 1:n.site)
+ data[,i] <- rgev(n.obs, locs[i], scales[i], shapes[i])
>
> loc.form <- y ~ lon
> scale.form <- y ~ lat
> shape.form <- y ~ 1
>
> hyper <- list()
> hyper$sills <- list(loc = c(1,8), scale = c(1,1), shape = c(1,0.02))
> hyper$ranges <- list(loc = c(2,20), scale = c(1,5), shape = c(1, 10))
> hyper$smooths <- list(loc = c(1,1/3), scale = c(1,1/3), shape = c(1, 1/3))
> hyper$betaMeans <- list(loc = rep(0, 2), scale = c(9, 0), shape = 0)
> hyper$betaIcov <- list(loc = solve(diag(c(400, 100))),
+ scale = solve(diag(c(400, 100))),
+ shape = solve(diag(c(10), 1, 1)))
>
> ## We will use an exponential covariance function so the jump sizes for
> ## the shape parameter of the covariance function are null.
> prop <- list(gev = c(2.5, 1.5, 0.3), ranges = c(40, 20, 20), smooths = c(0,0,0))
> start <- list(sills = c(4, .36, 0.009), ranges = c(24, 17, 16), smooths
+ = c(1, 1, 1), beta = list(loc = c(26, 0), scale = c(10, 0),
+ shape = c(0.15)))
>
> mc <- latent(data, coord, loc.form = loc.form, scale.form = scale.form,
+ shape.form = shape.form, hyper = hyper, prop = prop, start = start,
+ n = 500)
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: latent(data, coord, loc.form = loc.form, scale.form = scale.form, shape.form = shape.form, hyper = hyper, prop = prop, start = start, n = 500)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-clang