Path to this page:
./
devel/R-RUnit,
R functions implementing a standard Unit Testing framework
Branch: pkgsrc-2022Q4,
Version: 0.4.32,
Package name: R-RUnit-0.4.32,
Maintainer: pkgsrc-users# RUnit
Runit is a testing package for R code, inspired by the xUnit family of testing
tools.
Originally implemented by Thomas Koenig, Klaus Juenemann, and Matthias Burger,
this package has served the R community for over a decade.
Since RUnit is no longer actively developed, I provide maintenance of this
package mostly to support older projects that still rely on RUnit.
# Using RUnit
To make RUnit work with `R CMD check`, create a following file in the `tests`
subdirectory. This would run the actual tests stored in the packages
`inst/tests` subdirectory.
Master sites:
Version history: (Expand)
- (2022-12-27) Package added to pkgsrc.se, version R-RUnit-0.4.32 (created)