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

Added C. freundii complex and Y. pseudotuberculosis complex

This commit is contained in:
2023-07-14 10:49:06 +02:00
parent fd480d1a9a
commit 7a4628b73f
26 changed files with 52 additions and 18 deletions

View File

@ -185,7 +185,7 @@ if (pkg_is_available("cli")) {
try(loadNamespace("tibble"), silent = TRUE)
}
# reference data - they have additional to improve algorithm speed
# reference data - they have additional data to improve algorithm speed
# they cannot be part of R/sysdata.rda since CRAN thinks it would make the package too large (+3 MB)
AMR_env$AB_lookup <- cbind(AMR::antibiotics, AB_LOOKUP)
AMR_env$AV_lookup <- cbind(AMR::antivirals, AV_LOOKUP)