mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 01:33:25 +02:00
(v2.1.1.9155) new mic_p50()
and mic_p90()
- updated AMR intro
This commit is contained in:
24
index.md
24
index.md
@ -266,30 +266,18 @@ It will be downloaded and installed automatically. For RStudio, click on the men
|
||||
|
||||
#### Latest development version
|
||||
|
||||
[](https://github.com/msberends/AMR/actions/workflows/check-old.yaml?query=branch%3Amain)
|
||||
[](https://github.com/msberends/AMR/actions/workflows/check-recent.yaml?query=branch%3Amain)
|
||||
[](https://github.com/msberends/AMR/actions/workflows/check-old-tinytest.yaml)
|
||||
[](https://github.com/msberends/AMR/actions/workflows/check-current-testthat.yaml)
|
||||
[](https://www.codefactor.io/repository/github/msberends/amr)
|
||||
[](https://codecov.io/gh/msberends/AMR?branch=main)
|
||||
|
||||
Please read our [Developer Guideline here](https://github.com/msberends/AMR/wiki/Developer-Guideline).
|
||||
|
||||
The latest and unpublished development version can be installed from GitHub in two ways:
|
||||
The latest and unpublished development version can be installed from the [rOpenSci R-universe platform](https://msberends.r-universe.dev/AMR):
|
||||
|
||||
1. Manually, using:
|
||||
|
||||
```r
|
||||
install.packages("remotes") # if you haven't already
|
||||
remotes::install_github("msberends/AMR")
|
||||
```
|
||||
|
||||
2. Automatically, using the [rOpenSci R-universe platform](https://ropensci.org/r-universe/), by adding [our R-universe address](https://msberends.r-universe.dev) to your list of repositories ('repos'):
|
||||
|
||||
```r
|
||||
options(repos = c(getOption("repos"),
|
||||
msberends = "https://msberends.r-universe.dev"))
|
||||
```
|
||||
|
||||
After this, you can install and update this `AMR` package like any official release (e.g., using `install.packages("AMR")` or in RStudio via *Tools* > *Check for Package Updates...*).
|
||||
```r
|
||||
install.packages("AMR", repos = "https://msberends.r-universe.dev")
|
||||
```
|
||||
|
||||
### Get started
|
||||
|
||||
|
Reference in New Issue
Block a user