mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 22:30:19 +01:00
fix for antibiogram(), transform WHONET data set to sir
This commit is contained in:
@@ -92,8 +92,7 @@ ggplot_rsi_predict <- function(...) {
|
||||
#' @export
|
||||
is.rsi <- function(...) {
|
||||
# REMINDER: change as.sir() to remove the deprecation warning there
|
||||
deprecation_warning("is.rsi", "is.sir")
|
||||
is.sir(...)
|
||||
suppressWarnings(is.sir(...))
|
||||
}
|
||||
#' @rdname AMR-deprecated
|
||||
#' @export
|
||||
|
||||
Reference in New Issue
Block a user