We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ff9e1 commit 3b65174Copy full SHA for 3b65174
README.md
@@ -30,7 +30,7 @@ The easiest way to do this is to [install RStudio](https://posit.co/downloads/).
30
Next start an R session and run
31
32
```R
33
-install.packages("INLA")
+install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
34
install.packages("devtools")
35
library(devtools)
36
devtools::install_github("4DModeller/fdmr")
0 commit comments