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

Try to support older R versions

This commit is contained in:
2018-04-19 14:10:57 +02:00
parent e7396b8f39
commit 82fec5cc51
10 changed files with 50 additions and 73 deletions

View File

@ -91,6 +91,10 @@ MDRO <- function(tbl,
tbl$MDRO <- 1
if (guideline$country$code == 'de') {
stop("We are still working on German guidelines in this beta version.", call. = FALSE)
}
if (guideline$country$code == 'nl') {
# BRMO; Bijzonder Resistente Micro-Organismen
aminoglycosides <- aminoglycosides[aminoglycosides %in% colnames(tbl)]