1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 15:41:57 +02:00

(v2.1.1.9187) WISCA fix

This commit is contained in:
2025-03-07 22:27:21 +01:00
parent f7938289eb
commit b67613ce08
15 changed files with 11 additions and 18 deletions

View File

@ -210,7 +210,9 @@ AMR_env$cross_icon <- if (isTRUE(base::l10n_info()$`UTF-8`)) "\u00d7" else "x"
# deprecated antibiotics data set
makeActiveBinding("antibiotics", function() {
deprecation_warning(old = "antibiotics", new = "antimicrobials", is_function = FALSE, is_dataset = TRUE)
if (interactive()) {
deprecation_warning(old = "antibiotics", new = "antimicrobials", is_function = FALSE, is_dataset = TRUE)
}
AMR::antimicrobials
}, env = asNamespace(pkgname))