-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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/[email protected].1", dependencies=TRUE) | ||
pak::pkg_install("furrer-lab/[email protected].2", dependencies=TRUE) | ||
``` | ||
_**Note:** The first command can be skipped on MacOS or Windows._ | ||
|
||
|