Learn R Programming

roxut (version 0.4.0)

Document Unit Tests Roxygen-Style

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.

Copy Link

Version

Install

install.packages('roxut')

Monthly Downloads

854

Version

0.4.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Bryan Hanson

Last Published

August 22nd, 2021

Functions in roxut (0.4.0)

roclet_output.roclet_tests

Write the Results of Processing @tests Tags to Unit Test File
roclet_clean.roclet_tests

Delete Unit Test Files Generated by @tests Tags
roclet_process.roclet_tests

Process @tests Tags
roxut-package

roxut
tests_roclet

tests_roclet
roxy_tag_parse.roxy_tag_tests

Parse @tests Tags