mirror of
https://github.com/msberends/AMR.git
synced 2025-07-20 15:33:14 +02:00
(v2.1.1.9186) replace antibiotics
with antimicrobials
!
This commit is contained in:
@ -30,16 +30,4 @@
|
||||
library(testthat)
|
||||
library(AMR)
|
||||
|
||||
# add functions from the tinytest package (which we use for older R versions)
|
||||
expect_inherits <- function(x, y, ...) {
|
||||
expect(inherits(x, y),
|
||||
failure_message = paste0(
|
||||
"object has class ", paste0(class(x), collapse = "/"),
|
||||
", required is class ", paste0(y, collapse = "/")
|
||||
)
|
||||
)
|
||||
}
|
||||
expect_stdout <- expect_output
|
||||
|
||||
# start unit tests
|
||||
test_check("AMR")
|
||||
|
Reference in New Issue
Block a user