1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-13 04:25:09 +02:00

(v3.0.0.9018) keep all reasons in mdro(), fixed #227

This commit is contained in:
2025-08-07 16:23:47 +02:00
parent fc72cf9324
commit 9b07a8573a
4 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# AMR 3.0.0.9017
# AMR 3.0.0.9018
This is primarily a bugfix release, though we added one nice feature too.
@ -15,6 +15,7 @@ This is primarily a bugfix release, though we added one nice feature too.
* Fixed a bug in `as.sir()` to allow any tidyselect language (#220)
* Fixed a bug in `as.sir()` to pick right breakpoint when `uti = FALSE` (#216)
* Fixed a bug in `ggplot_sir()` when using `combine_SI = FALSE` (#213)
* Fixed `mdro()` to contain all reasons in verbose output (#227)
* Fixed all plotting to contain a separate colour for SDD (susceptible dose-dependent) (#223)
* Fixed some specific Dutch translations for antimicrobials
* Added `names` to `age_groups()` so that custom names can be given (#215)