o2r-project / erc-examples

Examples for Executable Research Compendia and compatible workspaces
https://o2r.info/results/
1 stars 1 forks source link

A space–time statistical climate model for hurricane intensification in the North Atlantic basin #15

Open MarkusKonk opened 4 years ago

MarkusKonk commented 4 years ago

When running this ERC: https://github.com/o2r-project/erc-examples/tree/bindings/ERC/Finished/Spacetime_climate_model, run analysis fails because of the following error. Any ideas?

image

edzer commented 4 years ago

There's a pretty clear warning message in there: package INLA is not available for R 3.5.1.

Was package INLA installed, e.g. with

install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

?

Maybe: why use R 3.5.1, or assume that this website holds INLA versions for such old R versions?

MarkusKonk commented 4 years ago

I guess with the latest backend updates, some of the issues got resolved, but not all. This is the current one:

image