Skip to content

Commit c68760a

Browse files
committed
refactor: pkgload is quiet only in document_and_reload
1 parent cbb2a51 commit c68760a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/bootstrap_pkgload.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ check_pkgload_installed <- function() {
88
)
99
}
1010

11-
12-
13-
1411
pkgload_load_all <- function(
1512
path = ".",
1613
reset = TRUE,
@@ -20,7 +17,7 @@ pkgload_load_all <- function(
2017
export_imports = export_all,
2118
helpers = TRUE,
2219
attach_testthat = uses_testthat(path),
23-
quiet = TRUE,
20+
quiet = NULL,
2421
recompile = FALSE,
2522
warn_conflicts = TRUE
2623
) {

R/reload.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ document_and_reload <- function(
134134
export_all = export_all,
135135
helpers = helpers,
136136
attach_testthat = attach_testthat,
137+
quiet = TRUE,
137138
...
138139
)
139140
})

0 commit comments

Comments
 (0)