Skip to content

Commit daf2554

Browse files
fix #399
1 parent 893d311 commit daf2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/reload.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ document_and_reload <- function(
4949
return(invisible(FALSE))
5050
}
5151
loaded <- try({
52-
load_all(pkg)
52+
load_all(pkg,export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
5353
})
5454

5555
if (attempt::is_try_error(loaded)){

0 commit comments

Comments
 (0)