1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 00:32:34 +02:00

(v2.1.1.9220) unit test

This commit is contained in:
2025-03-19 16:13:43 +01:00
parent 755e6f43b7
commit 79f56ad8a4
6 changed files with 6 additions and 6 deletions

View File

@ -955,7 +955,7 @@ any.amr_selector_any_all <- function(..., na.rm = FALSE) {
`+.amr_selector` <- function(e1, e2) {
# this is useful for `antibiogram()`: antibiogram(example_isolates, carbapenems() + c("", "GEN", "TOB"))
structure(as.character(outer(e1, e2, paste, sep = " + ")),
class = c("amr_selector", "character")
class = c("amr_selector", "character")
)
}