mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:02:03 +02:00
(v1.7.1.9023) Removed filter_ functions, new set_ab_names(), ATC code update, ab selector update, fixes #46 and fixed #47
This commit is contained in:
7
R/zzz.R
7
R/zzz.R
@ -89,12 +89,17 @@ if (utf8_supported && !is_latex) {
|
||||
|
||||
|
||||
# reference data - they have additional columns compared to `antibiotics` and `microorganisms` to improve speed
|
||||
# they can't be part of R/sysdata.rda since CRAN thinks it would make the package too large (+3 MB)
|
||||
# they cannott be part of R/sysdata.rda since CRAN thinks it would make the package too large (+3 MB)
|
||||
assign(x = "AB_lookup", value = create_AB_lookup(), envir = asNamespace("AMR"))
|
||||
assign(x = "MO_lookup", value = create_MO_lookup(), envir = asNamespace("AMR"))
|
||||
assign(x = "MO.old_lookup", value = create_MO.old_lookup(), envir = asNamespace("AMR"))
|
||||
# for mo_is_intrinsic_resistant() - saves a lot of time when executed on this vector
|
||||
assign(x = "INTRINSIC_R", value = create_intr_resistance(), envir = asNamespace("AMR"))
|
||||
|
||||
# for building the website, only print first 5 rows of a data set
|
||||
# if (Sys.getenv("IN_PKGDOWN") != "" && !interactive()) {
|
||||
# ...
|
||||
# }
|
||||
}
|
||||
|
||||
# Helper functions --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user