1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 19:41:49 +02:00

(v0.6.1.9047) ggplot fix

This commit is contained in:
2019-05-31 20:48:22 +02:00
parent 4ed27c7e7a
commit 0a6580b4eb
13 changed files with 44 additions and 52 deletions

View File

@ -59,9 +59,6 @@ test_that("ggplot_rsi works", {
summarise_all(count_IR) %>% as.double()
)
expect_equal(colnames(getlbls(septic_patients %>% select(AMC, CIP))),
c("Interpretation", "Antibiotic", "Value", "lbl"))
expect_error(ggplot_rsi(septic_patients, fun = "invalid"))
expect_error(geom_rsi(septic_patients, fun = "invalid"))