summaryrefslogtreecommitdiff
path: root/devel/R-Runit/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-Runit/DESCR')
-rw-r--r--devel/R-Runit/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/R-Runit/DESCR b/devel/R-Runit/DESCR
new file mode 100644
index 00000000000..ae4e9199709
--- /dev/null
+++ b/devel/R-Runit/DESCR
@@ -0,0 +1,16 @@
+# 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.