mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 12:13:20 +02:00
- Added new algorithm to determine weighted isolates, can now be points
or keyantibiotics, see
?first_isolate`
- Function `first_isolate` supports tidyverse-like evaluation of parameters (no need to quote them anymore) - Functions `as.rsi` and `as.mic` now add the package name and version as attribute
This commit is contained in:
21
README.md
21
README.md
@ -18,18 +18,27 @@ This package is available on CRAN and also here on GitHub.
|
||||
### From CRAN (recommended, latest stable version)
|
||||
[](http://cran.r-project.org/package=AMR)
|
||||
[](http://cran.r-project.org/package=AMR)
|
||||
[](http://cran.r-project.org/package=AMR)
|
||||
|
||||
- RStudio:
|
||||
- Click on `Tools` and then `Install Packages...`
|
||||
- Type in `AMR` and press <kbd>Install</kbd>
|
||||
|
||||
- R console:
|
||||
- <img src="https://cran.r-project.org/favicon.ico" alt="R favicon" height="20px">In R:
|
||||
- `install.packages("AMR")`
|
||||
|
||||
- <img src="http://www.rstudio.com/favicon.ico" alt="RStudio favicon" height="20px"> In RStudio:
|
||||
- Click on `Tools` and then `Install Packages...`
|
||||
- Type in `AMR` and press <kbd>Install</kbd>
|
||||
|
||||
- <img src="https://exploratory.io/favicon.ico" alt="Exploratory favicon" height="20px"> In Exploratory.io:
|
||||
- Click on your username at the right hand side top
|
||||
- Click on `R Packages`
|
||||
- Click on the `Install` tab
|
||||
- Type in `AMR` and press <kbd>Install</kbd>
|
||||
- Once it’s installed it will show up in the `User Packages` section under the `Packages` tab.
|
||||
|
||||
### From GitHub (latest development version)
|
||||
[](https://travis-ci.org/msberends/AMR)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://codecov.io/gh/msberends/AMR)
|
||||
|
||||
```r
|
||||
install.packages("devtools")
|
||||
|
Reference in New Issue
Block a user