mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
Update contributors list
This commit is contained in:
3
R/rsi.R
3
R/rsi.R
@ -719,8 +719,9 @@ as_rsi_method <- function(method_short,
|
||||
mo.bak <- list(...)$mo.bak
|
||||
} else {
|
||||
mo.bak <- mo
|
||||
mo <- suppressWarnings(as.mo(mo))
|
||||
}
|
||||
# be sure to take current taxonomy, as the rsi_translation data set only contains current taxonomy
|
||||
mo <- suppressWarnings(suppressMessages(as.mo(mo, keep_synonyms = FALSE)))
|
||||
guideline_coerced <- get_guideline(guideline, reference_data)
|
||||
if (is.na(ab)) {
|
||||
message_("Returning NAs for unknown drug: '", font_bold(ab.bak),
|
||||
|
Reference in New Issue
Block a user