We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
I guess with the latest backend updates, some of the issues got resolved, but not all. This is the current one:
nuest
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: