mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 21:22:01 +02:00
(v1.5.0.9001) more informative argument errors
This commit is contained in:
@ -138,4 +138,8 @@ test_that("EUCAST rules work", {
|
||||
info = FALSE)$cefotax,
|
||||
as.rsi(c("S", "S")))
|
||||
|
||||
# EUCAST dosage -----------------------------------------------------------
|
||||
expect_equal(nrow(eucast_dosage(c("tobra", "genta", "cipro"))), 3)
|
||||
expect_s3_class(eucast_dosage(c("tobra", "genta", "cipro")), "data.frame")
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user