Skip to content

Commit

Permalink
Using most recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Aug 8, 2024
1 parent 2317cd5 commit 6d1c83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Officially supported is R version >= 4.4
From GitHub you can install any version and/or state of the `abn` repository you want.
We recommend to not directly install `main`, but to a specific version.
Head over to our [version list](https://github.com/furrer-lab/abn/releases) to see which one is the latest version.
Here we assume the version is `3.1.1`.
Here we assume the version is `3.1.2`.
We use [pak](https://pak.r-lib.org/) for the installation process.
If you followed the [Prior to installing](#prior-to-installing) section `pak` should already be installed.
Expand All @@ -316,7 +316,7 @@ To install `abn` run in your R session:
```R
pak::repo_add(INLA = "https://inla.r-inla-download.org/R/stable/")
pak::pkg_install("furrer-lab/abn@3.1.1", dependencies=TRUE)
pak::pkg_install("furrer-lab/abn@3.1.2", dependencies=TRUE)
```
_**Note:** The first command can be skipped on MacOS or Windows._
Expand Down

0 comments on commit 6d1c83a

Please sign in to comment.