1
0
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:
2018-10-22 12:32:59 +02:00
parent ec15b82fd6
commit c2a93b46db
11 changed files with 86 additions and 146 deletions

View File

@ -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")
})