pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-ellipsis



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Oct 13 12:22:27 UTC 2019

Modified Files:
        pkgsrc/math/R-ellipsis: Makefile

Log Message:
math/R-ellipsis: add test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-ellipsis/Makefile

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

Modified files:

Index: pkgsrc/math/R-ellipsis/Makefile
diff -u pkgsrc/math/R-ellipsis/Makefile:1.2 pkgsrc/math/R-ellipsis/Makefile:1.3
--- pkgsrc/math/R-ellipsis/Makefile:1.2 Thu Aug  8 19:53:49 2019
+++ pkgsrc/math/R-ellipsis/Makefile     Sun Oct 13 12:22:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:49 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/13 12:22:27 rillig Exp $
 
 R_PKGNAME=     ellipsis
 R_PKGVER=      0.2.0.1
@@ -9,6 +9,8 @@ COMMENT=        Tools for working with ...
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
+TEST_DEPENDS+= R-covr>=0:../../devel/R-covr
+TEST_DEPENDS+= R-testthat>=0:../../devel/R-testthat
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index