pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-rcmdcheck: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/191505bc625e
branches: trunk
changeset: 399464:191505bc625e
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 19:10:28 2019 +0000
description:
R-rcmdcheck: initial commit
Run 'R CMD check' from 'R' and capture the results of the individual
checks. Supports running checks in the background, timeouts, pretty
printing and comparing check results.
diffstat:
devel/Makefile | 3 ++-
devel/R-rcmdcheck/DESCR | 3 +++
devel/R-rcmdcheck/Makefile | 26 ++++++++++++++++++++++++++
devel/R-rcmdcheck/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 39 insertions(+), 2 deletions(-)
diffs (78 lines):
diff -r f29a58eafcec -r 191505bc625e devel/Makefile
--- a/devel/Makefile Fri Aug 09 19:09:28 2019 +0000
+++ b/devel/Makefile Fri Aug 09 19:10:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2892 2019/08/09 19:09:28 brook Exp $
+# $NetBSD: Makefile,v 1.2893 2019/08/09 19:10:28 brook Exp $
#
COMMENT= Development utilities
@@ -43,6 +43,7 @@
SUBDIR+= R-plogr
SUBDIR+= R-proto
SUBDIR+= R-purrr
+SUBDIR+= R-rcmdcheck
SUBDIR+= R-rematch
SUBDIR+= R-remotes
SUBDIR+= R-repr
diff -r f29a58eafcec -r 191505bc625e devel/R-rcmdcheck/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rcmdcheck/DESCR Fri Aug 09 19:10:28 2019 +0000
@@ -0,0 +1,3 @@
+Run 'R CMD check' from 'R' and capture the results of the individual
+checks. Supports running checks in the background, timeouts, pretty
+printing and comparing check results.
diff -r f29a58eafcec -r 191505bc625e devel/R-rcmdcheck/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rcmdcheck/Makefile Fri Aug 09 19:10:28 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:10:28 brook Exp $
+
+R_PKGNAME= rcmdcheck
+R_PKGVER= 1.3.3
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Run 'R CMD check' from 'R' and capture results
+LICENSE= mit
+
+DEPENDS+= R-callr>=3.1.1.9000:../../devel/R-callr
+DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+= R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
+DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
+DEPENDS+= R-sessioninfo>=1.1.1:../../devel/R-sessioninfo
+DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
+DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
+DEPENDS+= R-digest>=0.6.20:../../security/R-digest
+DEPENDS+= R-xopen>=1.0.0:../../sysutils/R-xopen
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r f29a58eafcec -r 191505bc625e devel/R-rcmdcheck/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rcmdcheck/distinfo Fri Aug 09 19:10:28 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:10:28 brook Exp $
+
+SHA1 (R/rcmdcheck_1.3.3.tar.gz) = c7674ad08e3118a436efe5349a5519f528cc6552
+RMD160 (R/rcmdcheck_1.3.3.tar.gz) = 2152242c0fa6d9b70841bb2f2c3326d118b8219f
+SHA512 (R/rcmdcheck_1.3.3.tar.gz) = dd09b71796db3b7c174734a787634d9a5abf01f48522d566f846c12bbfc728a53442507ce5de70243f19d6ac9ac51ae74145c40d47876bab58e95b7b623391cd
+Size (R/rcmdcheck_1.3.3.tar.gz) = 45380 bytes
diff -r f29a58eafcec -r 191505bc625e doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 19:09:28 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 19:10:28 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3366 2019/08/09 19:09:28 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3367 2019/08/09 19:10:28 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5489,3 +5489,4 @@
Added www/R-httr version 1.4.1 [brook 2019-08-09]
Added www/R-gh version 1.0.1 [brook 2019-08-09]
Added devel/R-usethis version 1.5.1 [brook 2019-08-09]
+ Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09]
Home |
Main Index |
Thread Index |
Old Index