Open MarkusKonk opened 5 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?
I guess with the latest backend updates, some of the issues got resolved, but not all. This is the current one:
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?