svn commit: r482862 - in head/devel: . R-cran-testthat

David Naylor dbn at FreeBSD.org
Tue Oct 23 17:55:47 UTC 2018


Author: dbn
Date: Tue Oct 23 17:55:45 2018
New Revision: 482862
URL: https://svnweb.freebsd.org/changeset/ports/482862

Log:
  devel/R-cran-testthat: Unit Testing for R
  
  Generated by:	portcran (0.1.8)

Added:
  head/devel/R-cran-testthat/
  head/devel/R-cran-testthat/Makefile   (contents, props changed)
  head/devel/R-cran-testthat/distinfo   (contents, props changed)
  head/devel/R-cran-testthat/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 23 17:51:35 2018	(r482861)
+++ head/devel/Makefile	Tue Oct 23 17:55:45 2018	(r482862)
@@ -69,6 +69,7 @@
     SUBDIR += R-cran-rstudioapi
     SUBDIR += R-cran-sfsmisc
     SUBDIR += R-cran-sourcetools
+    SUBDIR += R-cran-testthat
     SUBDIR += R-cran-tibble
     SUBDIR += R-cran-tidyr
     SUBDIR += R-cran-tidyselect

Added: head/devel/R-cran-testthat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-testthat/Makefile	Tue Oct 23 17:55:45 2018	(r482862)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	testthat
+DISTVERSION=	2.0.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	dbn at FreeBSD.org
+COMMENT=	Unit Testing for R
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
+RUN_DEPENDS=	R-cran-R6>=2.2.0:devel/R-cran-R6 \
+		R-cran-cli>0:devel/R-cran-cli \
+		R-cran-crayon>0:devel/R-cran-crayon \
+		R-cran-magrittr>0:devel/R-cran-magrittr \
+		R-cran-praise>0:devel/R-cran-praise \
+		R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-withr>=2.0.0:devel/R-cran-withr \
+		R-cran-digest>0:security/R-cran-digest
+TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
+		R-cran-xml2>0:textproc/R-cran-xml2
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-testthat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-testthat/distinfo	Tue Oct 23 17:55:45 2018	(r482862)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540316650
+SHA256 (testthat_2.0.1.tar.gz) = fedf8748aa8abff1c905bae575f9efae1eaab4aca690423402d574a97bf14eb1
+SIZE (testthat_2.0.1.tar.gz) = 217071

Added: head/devel/R-cran-testthat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-testthat/pkg-descr	Tue Oct 23 17:55:45 2018	(r482862)
@@ -0,0 +1,5 @@
+Software testing is important, but, in part because it is frustrating and
+boring, many of us avoid it. 'testthat' is a testing framework for R that is
+easy learn and use, and integrates with your existing 'workflow'.
+
+WWW: http://testthat.r-lib.org


More information about the svn-ports-all mailing list