roxut-package {roxut} | R Documentation |
roxut
Description
Much as roxygen2
allows one to document functions in the same file
as the function itself, roxut
allows one to write the unit tests
in the same file as the function. Once processed, the unit tests are
moved to the appropriate directory. Currently supports testthat
and
tinytest
frameworks. The roxygen2
package provides much of the infrastructure.
Author(s)
Bryan A. Hanson.
Maintainer: Bryan A. Hanson hanson@depauw.edu
[Package roxut version 0.4.0 Index]