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:
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')) |
Bug tracker:https://github.com/romanzenka/runit/issues
Last updated 9 months agofrom:5eb24a95c4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:.setUp.tearDowncheckEqualscheckEqualsNumericcheckExceptioncheckIdenticalcheckTrueDEACTIVATEDdefineTestSuitegetErrorsinspectisValidTestSuiteprintHTMLprintHTMLProtocolprintJUnitProtocolprintTextProtocolrunTestFilerunTestSuitetracker
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Definition of RUnit Test Case code files. | .setUp .tearDown |
RUnit check functions | checkEquals checkEqualsNumeric checkException checkIdentical checkTrue DEACTIVATED |
Track the executed code lines of a function or method. | inspect |
RUnit options | RUnit options RUnit-options |
Write HTML pages of the tracking result. | printHTML |
RUnit - Package Description | RUnit |
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 |