Learn R Programming

⚠️There's a newer version (0.4.33.1) of this package.Take me there.

RUnit (version 0.4.30)

R Unit Test Framework

Description

R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.

Copy Link

Version

Install

install.packages('RUnit')

Monthly Downloads

32,810

Version

0.4.30

License

GPL-2

Maintainer

Roman Zenka

Last Published

October 14th, 2015

Functions in RUnit (0.4.30)

inspect

Track the executed code lines of a function or method.
tracker

Tracking the results of the inspect process.
.setUp

Definition of RUnit Test Case code files.
printHTML.trackInfo

Write HTML pages of the tracking result.
RUnit-internal

Internal functions
textProtocol

Printing a plain text, HTML or JUnit-like XML version of an RUnit test run protocol.
RUnit

RUnit - Package Description
checkFuncs

RUnit check functions
options

RUnit options
runTestSuite

Definition and execution of RUnit test suites.