Package: RUnit 0.4.33

RUnit: R Unit Test Framework

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

Authors:Matthias Burger <[email protected]>, Klaus Juenemann <[email protected]>, Thomas Koenig <[email protected]>

RUnit_0.4.33.tar.gz
RUnit_0.4.33.zip(r-4.7)RUnit_0.4.33.zip(r-4.6)RUnit_0.4.33.zip(r-4.5)
RUnit_0.4.33.tgz(r-4.6-any)RUnit_0.4.33.tgz(r-4.5-any)
RUnit_0.4.33.tar.gz(r-4.7-any)RUnit_0.4.33.tar.gz(r-4.6-any)
RUnit_0.4.33.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RUnit/json (API)
NEWS

# Install 'RUnit' in R:
install.packages('RUnit', repos = c('https://romanzenka.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/romanzenka/runit/issues

On CRAN:

Conda:

10.90 score 3 stars 60 packages 1.6k scripts 45k downloads 4 mentions 19 exports 0 dependencies

Last updated from:5eb24a95c4. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK105
source / vignettesOK148
linux-release-x86_64OK96
macos-release-arm64OK261
macos-oldrel-arm64OK260
windows-develOK58
windows-releaseOK74
windows-oldrelOK65
wasm-releaseOK85

Exports:.setUp.tearDowncheckEqualscheckEqualsNumericcheckExceptioncheckIdenticalcheckTrueDEACTIVATEDdefineTestSuitegetErrorsinspectisValidTestSuiteprintHTMLprintHTMLProtocolprintJUnitProtocolprintTextProtocolrunTestFilerunTestSuitetracker

Dependencies:

RUnit primer

Rendered fromRUnit.Rnwusingutils::Sweaveon May 18 2026.

Last update: 2024-02-15
Started: 2015-10-30

Readme and manuals

Help Manual

Help pageTopics
Definition of RUnit Test Case code files..setUp .tearDown
RUnit check functionscheckEquals checkEqualsNumeric checkException checkIdentical checkTrue DEACTIVATED
Track the executed code lines of a function or method.inspect
RUnit optionsRUnit options RUnit-options
Write HTML pages of the tracking result.printHTML
RUnit - Package DescriptionRUnit
Definition and execution of RUnit test suites.defineTestSuite isValidTestSuite runTestFile runTestSuite
Printing a plain text, HTML or JUnit-like XML version of an RUnit test run protocol.getErrors print.RUnitTestData printHTMLProtocol printJUnitProtocol printTextProtocol summary.RUnitTestData
Tracking the results of the inspect process.tracker