mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 09:11:51 +02:00
(v0.9.0.9024) global vars fix
This commit is contained in:
2
R/data.R
2
R/data.R
@ -196,7 +196,7 @@ catalogue_of_life <- list(
|
||||
|
||||
#' Data set for R/SI interpretation
|
||||
#'
|
||||
#' Data set to interpret MIC and disk diffusion to R/SI values. Included guidelines are CLSI (2011-2019) and EUCAST (2011-2019). Use [as.rsi()] to transform MICs or disks measurements to R/SI values.
|
||||
#' Data set to interpret MIC and disk diffusion to R/SI values. Included guidelines are CLSI (2011-2019) and EUCAST (2011-2020). Use [as.rsi()] to transform MICs or disks measurements to R/SI values.
|
||||
#' @format A [`data.frame`] with 13,975 observations and 9 variables:
|
||||
#' - `guideline`\cr Name of the guideline
|
||||
#' - `method`\cr Either "MIC" or "DISK"
|
||||
|
@ -25,6 +25,7 @@ globalVariables(c(".",
|
||||
"ab_txt",
|
||||
"abbreviations",
|
||||
"antibiotic",
|
||||
"antibiotics",
|
||||
"CNS_CPS",
|
||||
"col_id",
|
||||
"count",
|
||||
@ -57,6 +58,7 @@ globalVariables(c(".",
|
||||
"median",
|
||||
"microorganisms",
|
||||
"microorganisms.codes",
|
||||
"microorganisms.old",
|
||||
"missing_names",
|
||||
"mo",
|
||||
"mono_count",
|
||||
@ -82,6 +84,7 @@ globalVariables(c(".",
|
||||
"R",
|
||||
"real_first_isolate",
|
||||
"ref",
|
||||
"rsi_translation",
|
||||
"rule_group",
|
||||
"rule_name",
|
||||
"S",
|
||||
|
Reference in New Issue
Block a user