R Unit test framework R functions implementing a standard Unit Testing

framework, with additional code inspection and report generation tools

WWW:	http://sourceforge.net/projects/runit/
This commit is contained in:
Steven Kreuzer 2012-08-23 15:57:35 +00:00
parent 2af64adc8a
commit 898ca40dd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303027
4 changed files with 28 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += ORBit2
SUBDIR += ORBit2-reference
SUBDIR += R-cran-Defaults
SUBDIR += R-cran-RUnit
SUBDIR += R-cran-bitops
SUBDIR += R-cran-caret
SUBDIR += R-cran-chron

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: RUnit
# Date created: 2012-08-21
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= RUnit
PORTVERSION= 0.4.26
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R functions implementing a Unit Testing framework
LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (RUnit_0.4.26.tar.gz) = c0515e7ec7e43d9b33cec153384d4bd32d02ca49595be9d024afa82f9e029f3e
SIZE (RUnit_0.4.26.tar.gz) = 281781

View File

@ -0,0 +1,4 @@
R Unit test framework R functions implementing a standard Unit Testing
framework, with additional code inspection and report generation tools
WWW: http://sourceforge.net/projects/runit/