We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893d311 commit daf2554Copy full SHA for daf2554
R/reload.R
@@ -49,7 +49,7 @@ document_and_reload <- function(
49
return(invisible(FALSE))
50
}
51
loaded <- try({
52
- load_all(pkg)
+ load_all(pkg,export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
53
})
54
55
if (attempt::is_try_error(loaded)){
0 commit comments