According to the Writing R Extensions document, examples in \donttest{} are run when you run examples(), but not when you run R CMD check
It would be good to at least have an option for run_examples() to behave like R CMD check, and ignore those blocks.
According to the Writing R Extensions document, examples in
\donttest{}are run when you runexamples(), but not when you runR CMD checkIt would be good to at least have an option for
run_examples()to behave likeR CMD check, and ignore those blocks.