devel/R-cran-testthat: Unit Testing for R
Generated by: portcran (0.1.8)
This commit is contained in:
parent
9cdbe72255
commit
4966bc645b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482862
@ -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
|
||||
|
29
devel/R-cran-testthat/Makefile
Normal file
29
devel/R-cran-testthat/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= testthat
|
||||
DISTVERSION= 2.0.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbn@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>
|
3
devel/R-cran-testthat/distinfo
Normal file
3
devel/R-cran-testthat/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540316650
|
||||
SHA256 (testthat_2.0.1.tar.gz) = fedf8748aa8abff1c905bae575f9efae1eaab4aca690423402d574a97bf14eb1
|
||||
SIZE (testthat_2.0.1.tar.gz) = 217071
|
5
devel/R-cran-testthat/pkg-descr
Normal file
5
devel/R-cran-testthat/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user