mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 14:21:57 +02:00
unit tests
This commit is contained in:
@ -115,15 +115,9 @@ if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0")) {
|
||||
|
||||
# expect_warning(proportion_R(as.character(example_isolates$AMC)))
|
||||
# expect_warning(proportion_S(as.character(example_isolates$AMC)))
|
||||
# expect_warning(proportion_S(as.character(
|
||||
example_isolates$AMC,
|
||||
example_isolates$GEN
|
||||
)))
|
||||
# expect_warning(proportion_S(as.character(example_isolates$AMC, example_isolates$GEN)))
|
||||
|
||||
# expect_warning(n_sir(as.character(
|
||||
example_isolates$AMC,
|
||||
example_isolates$GEN
|
||||
)))
|
||||
# expect_warning(n_sir(as.character(example_isolates$AMC, example_isolates$GEN)))
|
||||
expect_equal(
|
||||
suppressWarnings(n_sir(as.character(
|
||||
example_isolates$AMC,
|
||||
|
Reference in New Issue
Block a user