Learn R Programming

roxut (version 0.4.0)

roclet_clean.roclet_tests: 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 roclet_tests
roclet_clean(x, base_path)

Arguments

x

A roclet object.

base_path

Path to root of source package.

Value

NULL If found, files created by roxut will be deleted.