1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

(v1.1.0.9000) CLSI as.rsi() fix, better vctrs support, new CI

This commit is contained in:
2020-04-29 14:33:44 +02:00
parent e0f4c93e82
commit b040185269
35 changed files with 938 additions and 384 deletions

View File

@ -1,5 +1,12 @@
# AMR 1.1.0
# AMR 1.1.0.9000
## <small>Last updated: 29-Apr-2020</small>
### Changed
* Small fix for some text input that could not be coerced as valid MIC values
* Better support for the tidyverse. The tidyverse now heavily relies on the `vctrs` package for data transformation and data joining. In newer versions of e.g. the `dplyr` package, a function like `bind_rows()` would not preserve the right class for microorganisms (class `mo`) and antibiotics (class `ab`). This is fixed in this version.
* Fixed interpretation of generic CLSI interpretation rules (thanks to Anthony Underwood)
# AMR 1.1.0
### New
* Support for easy principal component analysis for AMR, using the new `pca()` function