mirror of
https://github.com/msberends/AMR.git
synced 2025-09-09 18:09:37 +02:00
(v1.5.0.9013) updated tibble printing colours
This commit is contained in:
7
NEWS.md
7
NEWS.md
@@ -1,5 +1,5 @@
|
||||
# AMR 1.5.0.9012
|
||||
## <small>Last updated: 25 January 2021</small>
|
||||
# AMR 1.5.0.9013
|
||||
## <small>Last updated: 28 January 2021</small>
|
||||
|
||||
### New
|
||||
* Support for EUCAST Clinical Breakpoints v11.0 (2021), effective in the `eucast_rules()` function and in `as.rsi()` to interpret MIC and disk diffusion values. This is now the default guideline in this package.
|
||||
@@ -36,6 +36,9 @@
|
||||
* `is.rsi.eligible()` now returns `FALSE` immediately if the input does not contain any of the values "R", "S" or "I". This drastically improves speed, also for a lot of other functions that rely on automatic determination of antibiotic columns.
|
||||
* Functions `get_episode()` and `is_new_episode()` now support less than a day as value for argument `episode_days` (e.g., to include one patient/test per hour)
|
||||
* Argument `ampc_cephalosporin_resistance` in `eucast_rules()` now also applies to value "I" (not only "S")
|
||||
* Updated colours of values R, S and I in tibble printing
|
||||
* Functions `print()` and `summary()` on a Principal Components Analysis object (`pca()`) now print additional group info if the original data was grouped using `dplyr::group_by()`
|
||||
|
||||
|
||||
### Other
|
||||
* Big documentation updates
|
||||
|
Reference in New Issue
Block a user