mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 06:02:01 +02:00
(v1.1.0.9016) small fix
This commit is contained in:
@ -599,7 +599,7 @@ eucast_rules <- function(x,
|
||||
}
|
||||
}
|
||||
|
||||
if (!any(c("other", "all") %in% rules, na.rm = TRUE)) {
|
||||
if (info == TRUE & !any(c("other", "all") %in% rules, na.rm = TRUE)) {
|
||||
cat(font_red("\nSkipping inheritance rules defined by this package, such as setting trimethoprim (TMP) = R where trimethoprim/sulfamethoxazole (SXT) = R.\nUse eucast_rules(..., rules = \"all\") to also apply those rules.\n"))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user