Skip to content

Commit cbb2a51

Browse files
howardbaikColinFay
authored andcommitted
Silence output from pkgload::load_all()
1 parent 8dae410 commit cbb2a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bootstrap_pkgload.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pkgload_load_all <- function(
2020
export_imports = export_all,
2121
helpers = TRUE,
2222
attach_testthat = uses_testthat(path),
23-
quiet = NULL,
23+
quiet = TRUE,
2424
recompile = FALSE,
2525
warn_conflicts = TRUE
2626
) {

0 commit comments

Comments
 (0)