pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-tibble (math/R-tibble) +TEST_DEPENDS+= R-mockr,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccaf011c38ff
branches:  trunk
changeset: 390915:ccaf011c38ff
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 01 05:24:32 2023 +0000

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

diffstat:

 math/R-tibble/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 95f9a97dcde1 -r ccaf011c38ff math/R-tibble/Makefile
--- a/math/R-tibble/Makefile    Sun Jan 01 05:08:58 2023 +0000
+++ b/math/R-tibble/Makefile    Sun Jan 01 05:24:32 2023 +0000
@@ -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-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-magrittr-[0-9]*:../../devel/R-magrittr
 
+# Packages suggested but not available:
+#   'DiagrammeR', 'formattable', 'nycflights13'
 
-# VignetteBuilder package required for checking but not installed: 'knitr'
-# Packages suggested but not available:
-#   'bench', 'DiagrammeR', 'formattable', 'lubridate', 'mockr',
-#   '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-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