Open PieterjanRobbe opened 3 days ago
You need to install the prebuilt binaries, and not the source version. Also, make sure you have R 4.4 and use
install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/testing"), dep = TRUE)
i.e. testing, not stable.
In addition, your internet connection seems slow, so R times out the file download. use e.g. options(timeout = 3600)
to set a longer timeout than 60 seconds.
In some cases on some platforms, R may need to be told to ignore the newer source version, and force it to install a binary version. The https://www.r-inla.org/download-install mentions a related issue for macOS & homebrew.
Hi @finnlindgren, thanks, changing from stable to testing did the trick!
I was following the instructions from the README file. Perhaps it's a good idea to update the README to reflect this change?
Hi there,
I'm having some issues trying to install the dependencies for this package. It seems like the command below runs into a timeout error. I've tried to install the package several times over the past few days, but the same error keeps popping up. This is not related to a slow internet connection (other downloads are fine). Any idea what I'm doing wrong?
Thanks!
breadcrumb