mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 07:01:57 +02:00
(v1.3.0) small fixes
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
context("proportion.R")
|
||||
|
||||
test_that("proportions works", {
|
||||
|
||||
skip_on_cran()
|
||||
|
||||
expect_equal(proportion_R(example_isolates$AMX), resistance(example_isolates$AMX))
|
||||
expect_equal(proportion_SI(example_isolates$AMX), susceptibility(example_isolates$AMX))
|
||||
|
||||
|
Reference in New Issue
Block a user