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.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
Last updated from:5eb24a95c4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-release-arm64 | OK | 261 | ||
| macos-oldrel-arm64 | OK | 260 | ||
| windows-devel | OK | 58 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 85 |
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 |
