1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 12:13:20 +02:00

first isolates

This commit is contained in:
2018-02-26 14:06:31 +01:00
parent d36a391747
commit 6fa05fe33b
3 changed files with 18 additions and 15 deletions

View File

@ -17,17 +17,17 @@ It also contains functions to translate antibiotic codes from the lab (like `"AM
This package is available on CRAN (latest stable version) and also here on GitHub (latest development version).
#### Latest stable version from CRAN (recommended)
RStudio:
- Click on `Tools` and then `Install Packages..`
### Latest stable version from CRAN (recommended)
For RStudio:
- Click on `Tools` and then `Install Packages...`
- Type in `AMR` and press <kbd>Install</kbd>
Other:
Or in the R console:
```r
install.packages("AMR")
```
#### Latest development version from GitHub
### Latest development version from GitHub
```r
devtools::install_github("msberends/AMR")
```