mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 12:13:20 +02:00
first isolates
This commit is contained in:
10
README.md
10
README.md
@ -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")
|
||||
```
|
||||
|
Reference in New Issue
Block a user