mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 05:21:50 +02: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