mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:51:59 +02:00
(v1.0.1) v 1.0.1
This commit is contained in:
7
NEWS.md
7
NEWS.md
@ -1,9 +1,8 @@
|
||||
# AMR 1.0.0.9007
|
||||
## <small>Last updated: 22-Feb-2020</small>
|
||||
# AMR 1.0.1
|
||||
|
||||
### Changed
|
||||
* Fixed floating point error for some MIC compa in EUCAST 2020 guideline
|
||||
* Interpretation from MIC values to R/SI can now be used with `mutate_at()` of the dplyr package:
|
||||
* Fixed important floating point error for some MIC comparisons in EUCAST 2020 guideline
|
||||
* Interpretation from MIC values (and disk zones) to R/SI can now be used with `mutate_at()` of the `dplyr` package:
|
||||
```r
|
||||
yourdata %>%
|
||||
mutate_at(vars(antibiotic1:antibiotic25), as.rsi, mo = "E. coli")
|
||||
|
Reference in New Issue
Block a user