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:
@ -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)
|
||||
|
Reference in New Issue
Block a user