Path to this page:
Subject: CVS commit: pkgsrc/devel/R-RUnit
From: Makoto Fujiwara
Date: 2020-01-11 08:05:15
Message id: 20200111070515.604F1FBF4@cvs.NetBSD.org
Log Message:
devel/R-RUnit: import R-RUnit-0.4.32
# 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.
Files: