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.

Package details

AuthorBarry Zeeberg [aut, cre]
MaintainerBarry Zeeberg <barryz2013@gmail.com>
LicenseGPL (>= 2)
Version1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("runExamplesWrapper")

Try the runExamplesWrapper package in your browser

Any scripts or data that you put into this service are public.

runExamplesWrapper documentation built on April 12, 2025, 2:01 a.m.