mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 16:02:02 +02:00
breaks param, tidyr dep change, freq markdown
This commit is contained in:
@ -13,7 +13,10 @@ test_that("abname works", {
|
||||
|
||||
expect_error(abname("AMOX", to = c(1:3)))
|
||||
expect_error(abname("AMOX", to = "test"))
|
||||
expect_warning(abname("TEST
|
||||
expect_warning(abname("NOTEXISTING
|
||||
"))
|
||||
expect_warning(abname("AMOX or GENT"))
|
||||
|
||||
# this one is being found with as.atc internally
|
||||
expect_equal(abname("flu_clox123"), "Flucloxacillin")
|
||||
})
|
||||
|
Reference in New Issue
Block a user