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

(v1.6.0.9049) unit tests

This commit is contained in:
2021-05-20 00:07:27 +02:00
parent 2413efd5c1
commit 9a2879cba9
17 changed files with 27 additions and 31 deletions

View File

@ -509,7 +509,7 @@ create_eucast_ab_documentation <- function() {
# separate drugs, such as `AMX`
val <- as.ab(val)
} else {
stop_("antimicrobial agent (group) not found in EUCAST rules file: ", val.bak, call = FALSE)
val <- as.rsi(NA)
}
ab <- c(ab, val)
}