1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00

(v1.2.0.9003) better terminal colour support

This commit is contained in:
2020-06-05 13:56:05 +02:00
parent 2c8d600914
commit 40221e5244
19 changed files with 79 additions and 42 deletions

View File

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