1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:41:58 +02:00

(v2.1.1.9228) repo cleaning

This commit is contained in:
2025-03-28 11:17:49 +01:00
parent d77ad6bd6e
commit 49da312506
116 changed files with 75811 additions and 496 deletions

View File

@ -178,6 +178,7 @@ test_that("test-eucast_rules.R", {
cefotax = as.sir(c("S", "S"))
),
ampc_cephalosporin_resistance = TRUE,
rules = "expert",
overwrite = TRUE,
info = FALSE
)$cefotax,
@ -191,6 +192,7 @@ test_that("test-eucast_rules.R", {
cefotax = as.sir(c("S", "S"))
),
ampc_cephalosporin_resistance = NA,
rules = "expert",
overwrite = TRUE,
info = FALSE
)$cefotax,
@ -203,6 +205,7 @@ test_that("test-eucast_rules.R", {
mo = c("Escherichia coli", "Enterobacter cloacae"),
cefotax = as.sir(c("S", "S"))
),
rules = "expert",
ampc_cephalosporin_resistance = NULL,
overwrite = TRUE,
info = FALSE