mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:51:59 +02:00
new rsi_interpretation_history
This commit is contained in:
@ -123,6 +123,10 @@ expect_equal(
|
||||
c("S", "S", "I", "R", "R")
|
||||
)
|
||||
|
||||
expect_true(is.data.frame(rsi_interpretation_history(clean = FALSE)))
|
||||
expect_true(is.data.frame(rsi_interpretation_history(clean = TRUE)))
|
||||
expect_true(is.null(rsi_interpretation_history()))
|
||||
|
||||
# cutoffs at MIC = 8
|
||||
expect_equal(
|
||||
as.rsi(as.mic(2), "E. coli", "ampicillin", guideline = "EUCAST 2020"),
|
||||
|
Reference in New Issue
Block a user