pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-testthat: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/069d245f008b
branches: trunk
changeset: 399453:069d245f008b
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:39:06 2019 +0000
description:
R-testthat: initial commit
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 to learn and use, and integrates with your existing
'workflow'.
diffstat:
devel/Makefile | 3 ++-
devel/R-testthat/DESCR | 4 ++++
devel/R-testthat/Makefile | 23 +++++++++++++++++++++++
devel/R-testthat/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 37 insertions(+), 2 deletions(-)
diffs (76 lines):
diff -r 51081671f462 -r 069d245f008b devel/Makefile
--- a/devel/Makefile Fri Aug 09 18:38:11 2019 +0000
+++ b/devel/Makefile Fri Aug 09 18:39:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2887 2019/08/09 18:37:22 brook Exp $
+# $NetBSD: Makefile,v 1.2888 2019/08/09 18:39:06 brook Exp $
#
COMMENT= Development utilities
@@ -48,6 +48,7 @@
SUBDIR+= R-rprojroot
SUBDIR+= R-sessioninfo
SUBDIR+= R-tcltk2
+SUBDIR+= R-testthat
SUBDIR+= R-tidyselect
SUBDIR+= R-uuid
SUBDIR+= R-whisker
diff -r 51081671f462 -r 069d245f008b devel/R-testthat/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testthat/DESCR Fri Aug 09 18:39:06 2019 +0000
@@ -0,0 +1,4 @@
+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 to learn and use, and integrates with your existing
+'workflow'.
diff -r 51081671f462 -r 069d245f008b devel/R-testthat/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testthat/Makefile Fri Aug 09 18:39:06 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:39:07 brook Exp $
+
+R_PKGNAME= testthat
+R_PKGVER= 2.2.1
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Unit testing for R
+LICENSE= mit
+
+DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+= R-evaluate>=0.14:../../devel/R-evaluate
+DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
+DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
+DEPENDS+= R-praise>=1.0.0:../../misc/R-praise
+DEPENDS+= R-digest>=0.6.20:../../security/R-digest
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 51081671f462 -r 069d245f008b devel/R-testthat/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testthat/distinfo Fri Aug 09 18:39:06 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:39:07 brook Exp $
+
+SHA1 (R/testthat_2.2.1.tar.gz) = b15f814ea9a5a57192232649d73ef9bb6544d442
+RMD160 (R/testthat_2.2.1.tar.gz) = 6e7879813155c5ae557869a568726c74c945b3ce
+SHA512 (R/testthat_2.2.1.tar.gz) = 0d3a4f5b21907b83f8ed56e8b9b54cf16061fa6b102f9b559956f554a2894d704a4d35e44fa7c7b194817750656e2f1a2e909fb4111a2fa68a6324cc271589e4
+Size (R/testthat_2.2.1.tar.gz) = 235874 bytes
diff -r 51081671f462 -r 069d245f008b doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:38:11 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:39:06 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3355 2019/08/09 18:38:11 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3356 2019/08/09 18:39:06 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5478,3 +5478,4 @@
Added sysutils/R-sys version 3.2 [brook 2019-08-09]
Added devel/R-git2r version 0.26.1 [brook 2019-08-09]
Added sysutils/R-ps version 1.3.0 [brook 2019-08-09]
+ Added devel/R-testthat version 2.2.1 [brook 2019-08-09]
Home |
Main Index |
Thread Index |
Old Index