We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb2a51 commit c68760aCopy full SHA for c68760a
R/bootstrap_pkgload.R
@@ -8,9 +8,6 @@ check_pkgload_installed <- function() {
8
)
9
}
10
11
-
12
13
14
pkgload_load_all <- function(
15
path = ".",
16
reset = TRUE,
@@ -20,7 +17,7 @@ pkgload_load_all <- function(
20
17
export_imports = export_all,
21
18
helpers = TRUE,
22
19
attach_testthat = uses_testthat(path),
23
- quiet = TRUE,
+ quiet = NULL,
24
recompile = FALSE,
25
warn_conflicts = TRUE
26
) {
R/reload.R
@@ -134,6 +134,7 @@ document_and_reload <- function(
134
export_all = export_all,
135
helpers = helpers,
136
attach_testthat = attach_testthat,
137
+ quiet = TRUE,
138
...
139
140
})
0 commit comments