Skip to content

Commit 5750f21

Browse files
authored
Merge pull request #334 from 4DModeller/325-notebooks-depend-on-inla-package
added install INLA to the quickstart
2 parents eb830d4 + 3b65174 commit 5750f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
3334
install.packages("devtools")
3435
library(devtools)
3536
devtools::install_github("4DModeller/fdmr")

0 commit comments

Comments
 (0)