mirror of
https://github.com/msberends/AMR.git
synced 2025-09-03 20:49:43 +02:00
(v0.7.1.9027) tibble printing
This commit is contained in:
@@ -34,6 +34,8 @@ test_that("EUCAST rules work", {
|
||||
expect_error(eucast_rules(x = "text"))
|
||||
expect_error(eucast_rules(data.frame(a = "test")))
|
||||
expect_error(eucast_rules(data.frame(mo = "test"), rules = "invalid rules set"))
|
||||
|
||||
expect_warning(eucast_rules(data.frame(mo = "Escherichia coli", vancomycin = "S")))
|
||||
|
||||
expect_identical(colnames(septic_patients),
|
||||
colnames(suppressWarnings(eucast_rules(septic_patients))))
|
||||
|
Reference in New Issue
Block a user