runExamplesWrapper: Wrapper for 'run_examples()'

Captures errors encountered when running 'run_examples()', and processes and archives them. The function 'run_examples()' within the 'devtools' package allows batch execution of all of the examples within a given package. This is much more convenient than testing each example manually. However, a major inconvenience is that if an error is encountered, the program stops and does not complete testing the remaining examples. Also, there is not a systematic record of the results, namely which package functions had no examples, which had examples that failed, and which had examples that succeeded. The current package provides the missing functionality.

Version: 1.0
Depends: R (≥ 4.2.0)
Imports: devtools
Suggests: knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2025-02-21
DOI: 10.32614/CRAN.package.runExamplesWrapper
Author: Barry Zeeberg [aut, cre]
Maintainer: Barry Zeeberg <barryz2013 at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: runExamplesWrapper results

Documentation:

Reference manual: runExamplesWrapper.pdf
Vignettes: runExamplesWrapper (source)

Downloads:

Package source: runExamplesWrapper_1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-devel (arm64): not available, r-release (arm64): not available, r-oldrel (arm64): not available, r-devel (x86_64): runExamplesWrapper_1.0.tgz, r-release (x86_64): runExamplesWrapper_1.0.tgz, r-oldrel (x86_64): runExamplesWrapper_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=runExamplesWrapper to link to this page.