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

(v2.1.1.9287) fix antibiotics

This commit is contained in:
2025-06-01 12:17:47 +02:00
parent e70f3de02e
commit 5667ce3eae
13 changed files with 16 additions and 69 deletions

View File

@ -35,17 +35,6 @@
#' @rdname AMR-deprecated
NULL
#' @rdname AMR-deprecated
#' @usage antibiotics
#' @export
antibiotics <- local({
warned <- FALSE
value <- AMR::antimicrobials
structure(
value,
class = c("deprecated_amr_dataset", class(value))
)
})
.amr_deprecation_warn <- function() {
deprecation_warning(old = "antibiotics", new = "antimicrobials", is_dataset = TRUE)
invisible(NULL)