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

select() fix for freq

This commit is contained in:
2019-01-17 12:08:04 +01:00
parent 1ee710c861
commit c6c3088e9f
30 changed files with 381 additions and 230 deletions

View File

@@ -45,13 +45,13 @@ Developers:
### Get this package
This package is available on the official R network (CRAN). Install this package in R with:
This package is available on the official R network (CRAN), which has a peer-reviewed submission process. Install this package in R with:
```r
install.packages("AMR")
```
It will be downloaded and installed automatically.
It will be downloaded and installed automatically. For RStudio, click on menu *Tools* > *Install Packages...*, then type in "AMR" and press <kbd>Install</kbd>.
### Get started