mirror of
https://github.com/msberends/AMR.git
synced 2025-09-08 01:29:38 +02:00
(v1.7.0.9001) CLSI 2020 guideline
This commit is contained in:
15
README.md
15
README.md
@@ -23,7 +23,20 @@ This is the development source of the `AMR` package for R. Not a developer? Then
|
||||
### How to get this package
|
||||
Please see [our website](https://msberends.github.io/AMR/#get-this-package).
|
||||
|
||||
Bottom line: `install.packages("AMR", repos = "https://msberends.r-universe.dev")`
|
||||
You have to add [our R-universe address](https://msberends.r-universe.dev) to your list of repositories ('repos'), by running:
|
||||
|
||||
```r
|
||||
options(repos = c(getOption("repos"),
|
||||
msberends = "https://msberends.r-universe.dev"))
|
||||
```
|
||||
|
||||
You can now install or update the `AMR` package in the same way you are used to:
|
||||
|
||||
```r
|
||||
install.packages("AMR")
|
||||
```
|
||||
|
||||
It will be downloaded and installed automatically. For RStudio, click on the menu *Tools* > *Install Packages...* and then type in "AMR" and press <kbd>Install</kbd>.
|
||||
|
||||
### Copyright
|
||||
|
||||
|
Reference in New Issue
Block a user