pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-igraph



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Mar 11 11:15:33 UTC 2023

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

Log Message:
(math/R-igraph) Adding TEST_DEPENDS+= , but still missing more


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-igraph/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-igraph/Makefile
diff -u pkgsrc/math/R-igraph/Makefile:1.13 pkgsrc/math/R-igraph/Makefile:1.14
--- pkgsrc/math/R-igraph/Makefile:1.13  Sat Mar 11 11:07:54 2023
+++ pkgsrc/math/R-igraph/Makefile       Sat Mar 11 11:15:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/03/11 11:07:54 mef Exp $
+# $NetBSD: Makefile,v 1.14 2023/03/11 11:15:33 mef Exp $
 
 R_PKGNAME=     igraph
 R_PKGVER=      1.4.1
@@ -12,6 +12,17 @@ DEPENDS+=    R-magrittr>=1.5:../../devel/R-
 DEPENDS+=      R-pkgconfig>=2.0.0:../../devel/R-pkgconfig
 DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
 
+# Packages suggested but not available:
+#   'ape', 'graph', 'igraphdata', 'vdiffr'
+
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
+
 USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index