Skip to content

Commit 2b45c95

Browse files
authored
Update README.md
Changed it from the "stable" to "testing". It shouldn't cause issues as the R-CMD-check already has the testing version as a requirement.
1 parent 5750f21 commit 2b45c95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ 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)
33+
install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/testing"), dep=TRUE)
3434
install.packages("devtools")
3535
library(devtools)
3636
devtools::install_github("4DModeller/fdmr")
3737
```
3838

3939
You should now have `fdmr` and all its dependencies installed and you can continue on [one of our tutorials](https://4dmodeller.github.io/fdmr/articles/).
4040

41+
If your installation of `INLA` fails, please consult the [R-INLA website](https://www.r-inla.org/download-install) for platform-specific instructions.
42+
4143
## Installation
4244

4345
On most systems the commands above should get you up and running. On some Linux systems we've found the need to

0 commit comments

Comments
 (0)