1
0
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:
2018-11-30 12:05:59 +01:00
parent 9ddf6dc530
commit 31e977937d
7 changed files with 43 additions and 24 deletions

View File

@ -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)))
})