r-inla
r-inla copied to clipboard
This is the public repository for the r-inla project
Before I reinstall my laptop, it ran just fine for the INLA package. Unfortunately, now I can't use the package. I tried several version of R (4.3.0, 4.3.1, 4.3.2, 4.3.3,...
The servers that we were running an R script for INLA on were recently updated to Redhat Enterprise Linux 8, and now were having issues running the INLA package. We...
If we try and build INLA from source, we get the error message below:- ``` > install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/stable"), type = "source", dep = TRUE) Installing...