Skip to content

Commit

Permalink
Update run-examples.R (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 16, 2024
1 parent 9f27cc3 commit c3fa3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ run_examples <- function(pkg = ".", start = NULL, show = deprecated(), run_dontt
right = pkg$package
)

load_all(pkg$path, reset = TRUE, export_all = FALSE)
load_all(pkg$path, reset = TRUE, export_all = FALSE, helpers = FALSE)
on.exit(load_all(pkg$path, reset = TRUE))

lapply(files, pkgload::run_example, run_donttest = run_donttest, run_dontrun = run_dontrun)
Expand Down

0 comments on commit c3fa3df

Please sign in to comment.