mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 11:33:13 +02:00
add barplots
This commit is contained in:
30
README.md
30
README.md
@ -13,22 +13,26 @@ AMR can also be predicted for the forthcoming years with the `rsi_predict` funct
|
||||
It also contains functions to translate antibiotic codes from the lab (like `"AMOX"`) or the [WHO](https://www.whocc.no/atc_ddd_index/?code=J01CA04&showdescription=no) (like `"J01CA04"`) to trivial names (like `"amoxicillin"`) and vice versa.
|
||||
|
||||
## How to get it?
|
||||
[](http://cran.r-project.org/package=AMR)[](http://cran.r-project.org/package=AMR)[](https://travis-ci.org/msberends/AMR)
|
||||
This package is available on CRAN and also here on GitHub.
|
||||
|
||||
This package is available on CRAN (latest stable version) and also here on GitHub (latest development version).
|
||||
### From CRAN (recommended, latest stable version)
|
||||
[](http://cran.r-project.org/package=AMR)
|
||||
[](http://cran.r-project.org/package=AMR)
|
||||
|
||||
### Latest stable version from CRAN (recommended)
|
||||
For RStudio:
|
||||
- Click on `Tools` and then `Install Packages...`
|
||||
- Type in `AMR` and press <kbd>Install</kbd>
|
||||
- RStudio:
|
||||
- Click on `Tools` and then `Install Packages...`
|
||||
- Type in `AMR` and press <kbd>Install</kbd>
|
||||
|
||||
- R console:
|
||||
- `install.packages("AMR")`
|
||||
|
||||
### From GitHub (latest development version)
|
||||
[](https://travis-ci.org/msberends/AMR)
|
||||
[](https://github.com/msberends/AMR/releases)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
|
||||
Or in the R console:
|
||||
```r
|
||||
install.packages("AMR")
|
||||
```
|
||||
|
||||
### Latest development version from GitHub
|
||||
```r
|
||||
install.packages("devtools")
|
||||
devtools::install_github("msberends/AMR")
|
||||
```
|
||||
|
||||
@ -155,6 +159,8 @@ bactlist # A tibble: 2,507 x 10
|
||||
<sup>2</sup> Department of Medical, Market and Innovation (MMI), Certe Medische diagnostiek & advies, Groningen, the Netherlands
|
||||
|
||||
## Copyright
|
||||
[](https://github.com/msberends/AMR/blob/master/LICENSE)
|
||||
|
||||
This R package is licensed under the [GNU General Public License (GPL) v2.0](https://github.com/msberends/AMR/blob/master/LICENSE). In a nutshell, this means that this package:
|
||||
|
||||
- May be used for commercial purposes
|
||||
|
Reference in New Issue
Block a user