We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f27cc3 commit c3fa3dfCopy full SHA for c3fa3df
1 file changed
R/run-examples.R
@@ -62,7 +62,7 @@ run_examples <- function(pkg = ".", start = NULL, show = deprecated(), run_dontt
62
right = pkg$package
63
)
64
65
- load_all(pkg$path, reset = TRUE, export_all = FALSE)
+ load_all(pkg$path, reset = TRUE, export_all = FALSE, helpers = FALSE)
66
on.exit(load_all(pkg$path, reset = TRUE))
67
68
lapply(files, pkgload::run_example, run_donttest = run_donttest, run_dontrun = run_dontrun)
0 commit comments