bb1cacfb55
# 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.
19 lines
511 B
Makefile
19 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/11 07:05:15 mef Exp $
|
|
|
|
DISTNAME= RUnit_0.4.32
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://cran.rstudio.com/src/contrib/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://cran.rstudio.com/web/packages/RUnit/index.html
|
|
COMMENT= R functions implementing a standard Unit Testing framework
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
TEST_DEPENDS+= R-XML-[0-9]*:../../math/R-XML
|
|
|
|
#WRKSRC= ${WRKDIR}/RUnit
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|