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.5)RUnit_0.4.33.zip(r-4.4)RUnit_0.4.33.zip(r-4.3)
RUnit_0.4.33.tgz(r-4.4-any)RUnit_0.4.33.tgz(r-4.3-any)
RUnit_0.4.33.tar.gz(r-4.5-noble)RUnit_0.4.33.tar.gz(r-4.4-noble)
RUnit_0.4.33.tgz(r-4.4-emscripten)RUnit_0.4.33.tgz(r-4.3-emscripten)
RUnit.pdf |RUnit.html
RUnit/json (API)
NEWS

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

Peer review:

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

On CRAN:

19 exports 2 stars 5.43 score 0 dependencies 57 dependents 4 mentions 1.7k scripts 19.9k downloads

Last updated 7 months agofrom:5eb24a95c4. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-winOKAug 20 2024
R-4.5-linuxOKAug 20 2024
R-4.4-winOKAug 20 2024
R-4.4-macOKAug 20 2024
R-4.3-winOKAug 20 2024
R-4.3-macOKAug 20 2024

Exports:.setUp.tearDowncheckEqualscheckEqualsNumericcheckExceptioncheckIdenticalcheckTrueDEACTIVATEDdefineTestSuitegetErrorsinspectisValidTestSuiteprintHTMLprintHTMLProtocolprintJUnitProtocolprintTextProtocolrunTestFilerunTestSuitetracker

Dependencies:

RUnit primer

Rendered fromRUnit.Rnwusingutils::Sweaveon Aug 20 2024.

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