1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-03 00:24:14 +02:00

website update

This commit is contained in:
2019-01-30 19:52:58 +01:00
parent 0b3dc0231f
commit d75ec01f92
3 changed files with 19 additions and 2 deletions

View File

@@ -50,7 +50,9 @@ Developers
## Get this package
This package is available on the official R network (CRAN), which has a peer-reviewed submission process. Install this package in R with:
#### Latest released version
This package is available [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 with:
```r
install.packages("AMR")
@@ -58,6 +60,7 @@ 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>.
#### Latest development version
The latest and unpublished development version can be installed with (precaution: may be unstable):
```r