We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6f889 commit b4f6db9Copy full SHA for b4f6db9
R/engines.R
@@ -41,7 +41,7 @@ load_libs <- function(x, quiet, attach = FALSE) {
41
if (!attach) {
42
suppressPackageStartupMessages(requireNamespace(pkg, quietly = quiet))
43
} else {
44
- library(pkg, character.only = TRUE)
+ library(pkg, character.only = TRUE, quietly = quiet)
45
}
46
47
invisible(x)
0 commit comments