mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 18:09:44 +02:00
(v1.1.0.9012) lose dependencies
This commit is contained in:
@@ -34,8 +34,8 @@ test_that("as.ab works", {
|
||||
"Romycin"))),
|
||||
rep("ERY", 10))
|
||||
|
||||
expect_identical(class(as.ab("amox")), "ab")
|
||||
expect_identical(class(pull(antibiotics, ab)), "ab")
|
||||
expect_identical(class(as.ab("amox")), c("ab", "character"))
|
||||
expect_identical(class(pull(antibiotics, ab)), c("ab", "character"))
|
||||
expect_true(is.ab(as.ab("amox")))
|
||||
expect_output(print(as.ab("amox")))
|
||||
expect_output(print(data.frame(a = as.ab("amox"))))
|
||||
@@ -46,8 +46,6 @@ test_that("as.ab works", {
|
||||
|
||||
expect_output(print(as.ab("amox")))
|
||||
|
||||
expect_identical(class(pull(antibiotics, ab)), "ab")
|
||||
|
||||
expect_equal(as.character(as.ab("Phloxapen")),
|
||||
"FLC")
|
||||
|
||||
|
Reference in New Issue
Block a user