2023-08-18 at 2:59 pm
#41469
ABDILLAH FARKHAN
Participant
Sir Navin
I experienced the same situation when installing INLA for the first time. Then, I employed another alternative instruction mentioned by https://www.r-inla.org/. Here is the code:
install.packages(“INLA”,repos=c(getOption(“repos”),INLA=”https://inla.r-inla-download.org/R/stable”), dep=TRUE)