pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel devel/R-covr: import version 3.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd7accdccc88
branches:  trunk
changeset: 341062:cd7accdccc88
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 13 11:50:49 2019 +0000

description:
devel/R-covr: import version 3.3.1

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.

diffstat:

 devel/Makefile        |   3 ++-
 devel/R-covr/DESCR    |   8 ++++++++
 devel/R-covr/Makefile |  20 ++++++++++++++++++++
 devel/R-covr/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 1 deletions(-)

diffs (63 lines):

diff -r 484c7310dc50 -r cd7accdccc88 devel/Makefile
--- a/devel/Makefile    Sun Oct 13 11:48:10 2019 +0000
+++ b/devel/Makefile    Sun Oct 13 11:50:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2925 2019/10/13 11:47:21 rillig Exp $
+# $NetBSD: Makefile,v 1.2926 2019/10/13 11:50:49 rillig Exp $
 #
 
 COMMENT=       Development utilities
@@ -25,6 +25,7 @@
 SUBDIR+=       R-checkmate
 SUBDIR+=       R-cli
 SUBDIR+=       R-clipr
+SUBDIR+=       R-covr
 SUBDIR+=       R-crayon
 SUBDIR+=       R-desc
 SUBDIR+=       R-devtools
diff -r 484c7310dc50 -r cd7accdccc88 devel/R-covr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-covr/DESCR        Sun Oct 13 11:50:49 2019 +0000
@@ -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.
diff -r 484c7310dc50 -r cd7accdccc88 devel/R-covr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-covr/Makefile     Sun Oct 13 11:50:49 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/10/13 11:50:49 rillig Exp $
+
+R_PKGNAME=     covr
+R_PKGVER=      3.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Test Coverage for Packages
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-withr>=1.0.2:../../devel/R-withr
+DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-yaml>=2.2.0:../../textproc/R-yaml
+DEPENDS+=      R-httr>=1.4.1:../../www/R-httr
+DEPENDS+=      R-rex>=0:../../devel/R-rex
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 484c7310dc50 -r cd7accdccc88 devel/R-covr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-covr/distinfo     Sun Oct 13 11:50:49 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/13 11:50:49 rillig Exp $
+
+SHA1 (R/covr_3.3.1.tar.gz) = 10460890b70a1584c6bbec7971128d6c94f07aa2
+RMD160 (R/covr_3.3.1.tar.gz) = d2e65cb0380e62dfd74595f19fe4bbf774263de2
+SHA512 (R/covr_3.3.1.tar.gz) = e199400a5dad9c0038429f151f77b0837203ab23d4a993ae86784e6017650f4769598ce7a11e2bc6635f1e41fb2181885f0cb96ca1fc55bd60180b57f8936cda
+Size (R/covr_3.3.1.tar.gz) = 143868 bytes



Home | Main Index | Thread Index | Old Index