roclet_clean.roclet_tests {roxut} | R Documentation |
Delete Unit Test Files Generated by @tests Tags
Description
Delete unit test files generated by @tests tags. Activated when
calling roxygenize
with clean = TRUE
.
Usage
## S3 method for class 'roclet_tests'
roclet_clean(x, base_path)
Arguments
x |
A |
base_path |
Path to root of source package. |
Value
NULL If found, files created by roxut
will be deleted.
Author(s)
Bryan A. Hanson
[Package roxut version 0.4.0 Index]