Skip to content

Commit

Permalink
Merge pull request #334 from 4DModeller/325-notebooks-depend-on-inla-…
Browse files Browse the repository at this point in the history
…package

added install INLA to the quickstart
  • Loading branch information
aabelean authored Oct 17, 2024
2 parents eb830d4 + 3b65174 commit 5750f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The easiest way to do this is to [install RStudio](https://posit.co/downloads/).
Next start an R session and run

```R
install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
install.packages("devtools")
library(devtools)
devtools::install_github("4DModeller/fdmr")
Expand Down

0 comments on commit 5750f21

Please sign in to comment.