mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 23:21:56 +02:00
(v1.4.0.9052) replaced all sapply's with type-safe vapply's
This commit is contained in:
8
index.md
8
index.md
@ -88,8 +88,8 @@ This package can be used for:
|
||||
### Get this package
|
||||
|
||||
#### Latest released version
|
||||
<img src="https://www.r-pkg.org/badges/version-ago/AMR" />
|
||||
<img src="https://cranlogs.r-pkg.org/badges/grand-total/AMR" />
|
||||
[](https://cran.r-project.org/package=AMR)
|
||||
[](https://cran.r-project.org/package=AMR)
|
||||
|
||||
This package is available [here on the official R network (CRAN)](https://cran.r-project.org/package=AMR), which has a peer-reviewed submission process. Install this package in R from CRAN by using the command:
|
||||
|
||||
@ -102,8 +102,12 @@ It will be downloaded and installed automatically. For RStudio, click on the men
|
||||
**Note:** Not all functions on this website may be available in this latest release. To use all functions and data sets mentioned on this website, install the latest development version.
|
||||
|
||||
#### Latest development version
|
||||

|
||||
[](https://www.codefactor.io/repository/github/msberends/amr)
|
||||
[](https://codecov.io/gh/msberends/AMR?branch=master)
|
||||
|
||||
The latest and unpublished development version can be installed from GitHub using:
|
||||
|
||||
```r
|
||||
install.packages("remotes")
|
||||
remotes::install_github("msberends/AMR")
|
||||
|
Reference in New Issue
Block a user