1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 21:22:01 +02:00

(v1.7.1.9052) eucast-update

This commit is contained in:
2021-10-06 16:22:36 +02:00
parent 37e6e35ec4
commit 91149d6d35
8 changed files with 9 additions and 9 deletions

View File

@ -303,7 +303,7 @@ pkg_is_available <- function(pkg, also_load = TRUE, min_version = NULL) {
out <- requireNamespace(pkg, quietly = TRUE)
}
if (!is.null(min_version)) {
out <- out && packageVersion(pkg) >= min_version
out <- out && utils::packageVersion(pkg) >= min_version
}
isTRUE(out)
}

Binary file not shown.