1
0
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:
2019-09-23 14:37:24 +02:00
parent 64d9829030
commit a8c6b8f9c4
11 changed files with 16 additions and 15 deletions

View File

@ -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 {