1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 09:11:51 +02:00

(v1.0.0.9002) fix lintr

This commit is contained in:
2020-02-20 20:31:42 +01:00
parent bdb26f624f
commit 6408911922
14 changed files with 23 additions and 19 deletions

View File

@ -338,7 +338,7 @@ as.rsi.data.frame <- function(x, col_mo = NULL, guideline = "EUCAST", uti = NULL
}
i <- 0
ab_cols <- colnames(x)[sapply(x, function(y) {
ab_cols <- colnames(x)[sapply(x, function(y) {
i <<- i + 1
check <- is.mic(y) | is.disk(y)
ab <- colnames(x)[i]