Skip to content

Commit 3b65174

Browse files
authored
Correction to install INLA
1 parent e5ff9e1 commit 3b65174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The easiest way to do this is to [install RStudio](https://posit.co/downloads/).
3030
Next start an R session and run
3131

3232
```R
33-
install.packages("INLA")
33+
install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
3434
install.packages("devtools")
3535
library(devtools)
3636
devtools::install_github("4DModeller/fdmr")

0 commit comments

Comments
 (0)