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

(v1.4.0.9035) eucast_rules fix

This commit is contained in:
2020-12-11 09:05:03 +01:00
parent c9fc7e8a45
commit 23ddc6004b
13 changed files with 39 additions and 39 deletions

View File

@ -621,7 +621,7 @@ eucast_rules <- function(x,
if (info == TRUE) {
cat(font_bold(paste0("\nRules by this AMR package (",
font_red(paste0("v", utils::packageDescription("AMR")$Version, ", ",
format(utils::packageDescription("AMR")$Date, "%Y"))), "), see ?eucast_rules\n")))
format(as.Date(utils::packageDescription("AMR")$Date), format = "%Y"))), "), see ?eucast_rules\n")))
}
ab_enzyme <- subset(antibiotics, name %like% "/")[, c("ab", "name")]