1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

Added C. freundii complex and Y. pseudotuberculosis complex

This commit is contained in:
2023-07-14 10:49:06 +02:00
parent fd480d1a9a
commit 7a4628b73f
26 changed files with 52 additions and 18 deletions

View File

@ -67,8 +67,8 @@ if (tryCatch(isTRUE(AMR:::import_fn("isJob", "rstudioapi")()), error = function(
# start the unit tests
suppressMessages(
out <- run_test_dir(
ifelse(dir.exists("inst/tinytest"),
out <- test_package("AMR",
testdir = ifelse(dir.exists("inst/tinytest"),
"inst/tinytest",
"tinytest"
),