mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 20:41:58 +02:00
(v0.7.1.9082) CI fix
This commit is contained in:
@ -97,7 +97,8 @@ format.bug_drug_combinations <- function(x,
|
||||
combine_IR = FALSE,
|
||||
add_ab_group = TRUE,
|
||||
decimal.mark = getOption("OutDec"),
|
||||
big.mark = ifelse(decimal.mark == ",", ".", ",")) {
|
||||
big.mark = ifelse(decimal.mark == ",", ".", ","),
|
||||
...) {
|
||||
if (combine_IR == FALSE) {
|
||||
x$isolates <- x$R
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user