pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 18:39:07 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-testthat: DESCR Makefile distinfo

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -u -r1.2887 -r1.2888 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-testthat/DESCR \
    pkgsrc/devel/R-testthat/Makefile pkgsrc/devel/R-testthat/distinfo
cvs rdiff -u -r1.3355 -r1.3356 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2887 pkgsrc/devel/Makefile:1.2888
--- pkgsrc/devel/Makefile:1.2887        Fri Aug  9 18:37:22 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:39:06 2019
@@ -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-rlang
 SUBDIR+=       R-rprojroot
 SUBDIR+=       R-sessioninfo
 SUBDIR+=       R-tcltk2
+SUBDIR+=       R-testthat
 SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid
 SUBDIR+=       R-whisker

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3355 pkgsrc/doc/CHANGES-2019:1.3356
--- pkgsrc/doc/CHANGES-2019:1.3355      Fri Aug  9 18:38:11 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:39:06 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Added files:

Index: pkgsrc/devel/R-testthat/DESCR
diff -u /dev/null pkgsrc/devel/R-testthat/DESCR:1.1
--- /dev/null   Fri Aug  9 18:39:07 2019
+++ pkgsrc/devel/R-testthat/DESCR       Fri Aug  9 18:39:07 2019
@@ -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'.
Index: pkgsrc/devel/R-testthat/Makefile
diff -u /dev/null pkgsrc/devel/R-testthat/Makefile:1.1
--- /dev/null   Fri Aug  9 18:39:07 2019
+++ pkgsrc/devel/R-testthat/Makefile    Fri Aug  9 18:39:07 2019
@@ -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"
Index: pkgsrc/devel/R-testthat/distinfo
diff -u /dev/null pkgsrc/devel/R-testthat/distinfo:1.1
--- /dev/null   Fri Aug  9 18:39:07 2019
+++ pkgsrc/devel/R-testthat/distinfo    Fri Aug  9 18:39:07 2019
@@ -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



Home | Main Index | Thread Index | Old Index