1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-01 02:21:42 +02:00

Built site for AMR@3.0.1.9045: 8ff5d44

This commit is contained in:
github-actions
2026-04-21 20:03:58 +00:00
parent f2e56dbc61
commit 86b5ebf61f
105 changed files with 520 additions and 389 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## AMR 3.0.1.9044
## AMR 3.0.1.9045
#### New
@@ -47,10 +47,19 @@
([\#235](https://github.com/msberends/AMR/issues/235))
- [`eucast_rules()`](https://amr-for-r.org/reference/interpretive_rules.md)
has become a wrapper around that function
- Gained argument `add_if_missing` (default: `TRUE`). When set to
`FALSE`, rules are only applied to cells that already contain an SIR
value; `NA` cells are left untouched. This is useful with
`overwrite = TRUE` to update reported results without imputing
values for drugs that were not tested
([\#259](https://github.com/msberends/AMR/issues/259))
- Function
[`amr_course()`](https://amr-for-r.org/reference/amr_course.md), which
allows for automated download and unpacking of a GitHub repository for
e.g. webinar use
- Two new `NA` objects, `NA_ab_` and `NA_mo_`, analogous to base Rs
`NA_character_` and `NA_integer_`, for use in pipelines that require
typed missing values
#### Fixes