diff --git a/tools/run_examples.R b/tools/run_examples.R index 65f6c5343d..cca8259210 100644 --- a/tools/run_examples.R +++ b/tools/run_examples.R @@ -7,7 +7,7 @@ rd_files <- list.files("./man", pattern = "\\.Rd$", full.names = TRUE) exfile <- tempfile() for (rd_file in rd_files) { - tools::Rd2ex(rd_file, out = exfile) + tools::Rd2ex(rd_file, out = exfile, commentDontrun = FALSE) if (!file.exists(exfile)) { next