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.
2 parents eb830d4 + 3b65174 commit 5750f21Copy full SHA for 5750f21
README.md
@@ -30,6 +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", 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