From c3fa3dfb8de4e37b573cccff76f8c35a65a4488b Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:49:55 -0500 Subject: [PATCH] Update run-examples.R (#2560) --- R/run-examples.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/run-examples.R b/R/run-examples.R index cfc87fd72..c089237e7 100644 --- a/R/run-examples.R +++ b/R/run-examples.R @@ -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)