Path to this page:
./
devel/R-RUnit,
R functions implementing a standard Unit Testing framework
Branch: CURRENT,
Version: 0.4.33,
Package name: R-RUnit-0.4.33,
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.
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-10-19) Updated to version: R-RUnit-0.4.33
- (2020-01-11) Package added to pkgsrc.se, version R-RUnit-0.4.32 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-01-11 08:05:15 by Makoto Fujiwara | Files touched by this commit (4) |
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.
|