pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-magrittr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 14 09:53:55 UTC 2024

Modified Files:
        pkgsrc/devel/R-magrittr: Makefile

Log Message:
(devel/R-magrittr) Add (many) TEST_DEPENDS+, make test fails with tex-ec


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-magrittr/Makefile

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

Modified files:

Index: pkgsrc/devel/R-magrittr/Makefile
diff -u pkgsrc/devel/R-magrittr/Makefile:1.6 pkgsrc/devel/R-magrittr/Makefile:1.7
--- pkgsrc/devel/R-magrittr/Makefile:1.6        Thu Apr 28 15:46:57 2022
+++ pkgsrc/devel/R-magrittr/Makefile    Sat Dec 14 09:53:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/28 15:46:57 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/12/14 09:53:54 mef Exp $
 
 R_PKGNAME=     magrittr
 R_PKGVER=      2.0.3
@@ -8,6 +8,20 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Forward-pipe operator for R
 LICENSE=       mit
 
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+ 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index