mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 21:41:58 +02:00
fix for as.mo and freq
This commit is contained in:
@ -73,6 +73,10 @@ test_that("EUCAST rules work", {
|
||||
, info = FALSE))$amox,
|
||||
"S")
|
||||
|
||||
# also test norf
|
||||
expect_output(suppressWarnings(eucast_rules(septic_patients %>% mutate(norf = "S", nali = "S"))))
|
||||
|
||||
# check verbose output
|
||||
expect_output(suppressWarnings(eucast_rules(septic_patients, verbose = TRUE)))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user