mirror of
https://github.com/msberends/AMR.git
synced 2025-08-13 12:45:14 +02:00
(v1.6.0.9028) new unit test flow
This commit is contained in:
@ -28,7 +28,7 @@ context("resistance_predict.R")
|
||||
test_that("prediction of rsi works", {
|
||||
skip_on_cran()
|
||||
|
||||
if (require("dplyr")) {
|
||||
if (suppressWarnings(require("dplyr"))) {
|
||||
expect_output(AMX_R <- example_isolates %>%
|
||||
filter(mo == "B_ESCHR_COLI") %>%
|
||||
rsi_predict(col_ab = "AMX",
|
||||
|
Reference in New Issue
Block a user