pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-tibble



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan  1 05:24:32 UTC 2023

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

Log Message:
(math/R-tibble) +TEST_DEPENDS+= R-mockr, R-lubridate, R-bench


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-tibble/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-tibble/Makefile
diff -u pkgsrc/math/R-tibble/Makefile:1.9 pkgsrc/math/R-tibble/Makefile:1.10
--- pkgsrc/math/R-tibble/Makefile:1.9   Mon Sep 20 00:44:28 2021
+++ pkgsrc/math/R-tibble/Makefile       Sun Jan  1 05:24:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/09/20 00:44:28 mef Exp $
+# $NetBSD: Makefile,v 1.10 2023/01/01 05:24:32 mef Exp $
 
 R_PKGNAME=     tibble
 R_PKGVER=      3.1.4
@@ -16,12 +16,10 @@ DEPENDS+=   R-pillar>=1.4.0:../../misc/R-p
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-magrittr-[0-9]*:../../devel/R-magrittr
 
-
-# VignetteBuilder package required for checking but not installed: 'knitr'
 # Packages suggested but not available:
-#   'bench', 'DiagrammeR', 'formattable', 'lubridate', 'mockr',
-#   'nycflights13'
+#   'DiagrammeR', 'formattable', 'nycflights13'
 
+TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
 TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
 TEST_DEPENDS+= R-blob-[0-9]*:../../devel/R-blob
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
@@ -30,6 +28,8 @@ TEST_DEPENDS+=        R-ggplot2-[0-9]*:../../gr
 TEST_DEPENDS+= R-hms-[0-9]*:../../time/R-hms
 TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
+TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
 TEST_DEPENDS+= R-purrr-[0-9]*:../../devel/R-purrr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index