Skip to content

Commit c3fa3df

Browse files
authored
Update run-examples.R (#2560)
1 parent 9f27cc3 commit c3fa3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/run-examples.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ run_examples <- function(pkg = ".", start = NULL, show = deprecated(), run_dontt
6262
right = pkg$package
6363
)
6464

65-
load_all(pkg$path, reset = TRUE, export_all = FALSE)
65+
load_all(pkg$path, reset = TRUE, export_all = FALSE, helpers = FALSE)
6666
on.exit(load_all(pkg$path, reset = TRUE))
6767

6868
lapply(files, pkgload::run_example, run_donttest = run_donttest, run_dontrun = run_dontrun)

0 commit comments

Comments
 (0)