devel/R-cran-covr: Test Coverage for Packages
Generated by: portcran (0.1.9)
This commit is contained in:
parent
1e13974591
commit
e8b0f14d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482864
@ -27,6 +27,7 @@
|
||||
SUBDIR += R-cran-chron
|
||||
SUBDIR += R-cran-classInt
|
||||
SUBDIR += R-cran-cli
|
||||
SUBDIR += R-cran-covr
|
||||
SUBDIR += R-cran-crayon
|
||||
SUBDIR += R-cran-data.table
|
||||
SUBDIR += R-cran-doParallel
|
||||
|
32
devel/R-cran-covr/Makefile
Normal file
32
devel/R-cran-covr/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= covr
|
||||
DISTVERSION= 3.2.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT= Test Coverage for Packages
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
||||
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
||||
R-cran-crayon>0:devel/R-cran-crayon \
|
||||
R-cran-withr>=1.0.2:devel/R-cran-withr \
|
||||
R-cran-digest>0:security/R-cran-digest \
|
||||
R-cran-rex>0:textproc/R-cran-rex \
|
||||
R-cran-httr>0:www/R-cran-httr
|
||||
TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
|
||||
R-cran-memoise>0:devel/R-cran-memoise \
|
||||
R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \
|
||||
R-cran-testthat>0:devel/R-cran-testthat \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-DT>=0.2:textproc/R-cran-DT \
|
||||
R-cran-htmltools>0:textproc/R-cran-htmltools \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||
R-cran-xml2>=1.0.0:textproc/R-cran-xml2
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-covr/distinfo
Normal file
3
devel/R-cran-covr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540318008
|
||||
SHA256 (covr_3.2.1.tar.gz) = ea90daa48011e4ac4431ae47ee02fad98f54b529fc3900281cbeef7a2edef0a0
|
||||
SIZE (covr_3.2.1.tar.gz) = 140046
|
8
devel/R-cran-covr/pkg-descr
Normal file
8
devel/R-cran-covr/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Track and report code coverage for your package and (optionally) upload the
|
||||
results to a coverage service like 'Codecov' <http://codecov.io> or 'Coveralls'
|
||||
<http://coveralls.io>. Code coverage is a measure of the amount of code being
|
||||
exercised by a set of tests. It is an indirect measure of test quality and
|
||||
completeness. This package is compatible with any testing methodology or
|
||||
framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
|
||||
|
||||
WWW: https://github.com/r-lib/covr
|
Loading…
Reference in New Issue
Block a user