Skip to content

Commit

Permalink
ci: add commentDontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Mar 19, 2024
1 parent 5594579 commit 88340f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88340f6

Please sign in to comment.