mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 01:10:28 +01:00
(v0.7.1.9072) key_antibiotics() for foreign systems
This commit is contained in:
@@ -30,4 +30,7 @@ test_that("keyantibiotics work", {
|
||||
expect_false(key_antibiotics_equal("SSS", "SIS", ignore_I = FALSE))
|
||||
expect_true(key_antibiotics_equal(".SS", "SI.", ignore_I = TRUE))
|
||||
expect_false(key_antibiotics_equal(".SS", "SI.", ignore_I = FALSE))
|
||||
|
||||
library(dplyr)
|
||||
expect_warning(key_antibiotics(example_isolates %>% slice(rep(1, 10))))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user