mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 11:33:18 +02:00
(v0.7.1.9075) new microorganism codes
This commit is contained in:
@ -26,8 +26,8 @@ test_that("frequency table works", {
|
||||
# mo
|
||||
expect_true(is.freq(freq(example_isolates$mo)))
|
||||
# for this to work, the output of mo_gramstain() is to be expected as follows:
|
||||
expect_equal(mo_gramstain("B_ESCHR_COL", language = NULL), "Gram-negative")
|
||||
expect_equal(mo_gramstain("B_STPHY_AUR", language = NULL), "Gram-positive")
|
||||
expect_equal(mo_gramstain("B_ESCHR_COLI", language = NULL), "Gram-negative")
|
||||
expect_equal(mo_gramstain("B_STPHY_AURS", language = NULL), "Gram-positive")
|
||||
|
||||
# rsi
|
||||
expect_true(is.freq(freq(example_isolates$AMX)))
|
||||
|
Reference in New Issue
Block a user