Skip to content

Commit

Permalink
Set local interactive = FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Feb 16, 2024
1 parent 1e3a23c commit 705228a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/run-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ run_examples <- function(pkg = ".", start = NULL, show = deprecated(), run_dontt
if (!missing(show)) {
lifecycle::deprecate_warn("2.3.1", "run_examples(show)")
}
rlang::local_interactive(FALSE)

pkg <- as.package(pkg)

Expand Down

0 comments on commit 705228a

Please sign in to comment.