mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 04:21:49 +02:00
count_* functions
This commit is contained in:
10
README.md
10
README.md
@ -67,7 +67,7 @@ With the `MDRO` function (abbreviation of Multi Drug Resistant Organisms), you c
|
||||
**Read all changes and new functions in [NEWS.md](NEWS.md).**
|
||||
|
||||
## How to get it?
|
||||
This package [is published on CRAN](http://cran.r-project.org/package=AMR), the official R network.
|
||||
All versions of this package [are published on CRAN](http://cran.r-project.org/package=AMR), the official R network with a peer-reviewed submission process.
|
||||
|
||||
### Install from CRAN
|
||||
[](http://cran.r-project.org/package=AMR) [](http://cran.r-project.org/package=AMR)
|
||||
@ -87,10 +87,16 @@ This package [is published on CRAN](http://cran.r-project.org/package=AMR), the
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://codecov.io/gh/msberends/AMR)
|
||||
|
||||
```r install.packages("devtools")
|
||||
```r
|
||||
install.packages("devtools")
|
||||
devtools::install_github("msberends/AMR")
|
||||
```
|
||||
|
||||
### Install from Zenodo
|
||||
[](https://doi.org/10.5281/zenodo.1305355)
|
||||
|
||||
This package was also published on Zenodo: https://doi.org/10.5281/zenodo.1305355
|
||||
|
||||
## How to use it?
|
||||
```r
|
||||
# Call it with:
|
||||
|
Reference in New Issue
Block a user