pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-tidyselect
Module Name: pkgsrc
Committed By: mef
Date: Sun Oct 20 14:45:11 UTC 2024
Modified Files:
pkgsrc/devel/R-tidyselect: Makefile distinfo
Log Message:
(devel/R-tidyselect) Updated 1.2.0 to 1.2.1, make test has tex-ec problem
# tidyselect 1.2.1
* Performance improvements (#337, #338, #339, #341)
* `eval_select()` out-of-bounds errors now use the verb "select" rather than
"subset" in the error message for consistency with `dplyr::select()` (#271).
* Fix for CRAN checks.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-tidyselect/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-tidyselect/distinfo
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-tidyselect/Makefile
diff -u pkgsrc/devel/R-tidyselect/Makefile:1.6 pkgsrc/devel/R-tidyselect/Makefile:1.7
--- pkgsrc/devel/R-tidyselect/Makefile:1.6 Tue Dec 20 21:58:50 2022
+++ pkgsrc/devel/R-tidyselect/Makefile Sun Oct 20 14:45:11 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/12/20 21:58:50 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/20 14:45:11 mef Exp $
R_PKGNAME= tidyselect
-R_PKGVER= 1.2.0
+R_PKGVER= 1.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -22,6 +22,12 @@ TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+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 c++
.include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-tidyselect/distinfo
diff -u pkgsrc/devel/R-tidyselect/distinfo:1.7 pkgsrc/devel/R-tidyselect/distinfo:1.8
--- pkgsrc/devel/R-tidyselect/distinfo:1.7 Sun Dec 18 05:01:02 2022
+++ pkgsrc/devel/R-tidyselect/distinfo Sun Oct 20 14:45:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/12/18 05:01:02 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/10/20 14:45:11 mef Exp $
-BLAKE2s (R/tidyselect_1.2.0.tar.gz) = fd48267db037ead4ddfe1399f8196d0ad5b56a9310962071a19c219435fa0672
-SHA512 (R/tidyselect_1.2.0.tar.gz) = 0cc9138a05316a95e464616c4799f8b060a41353c2494497c7d4b9f36ca28d44885cfd57c2e7c72117e4839e56eeeb0ae100e8c6d94093c0d8015a6ff214eabb
-Size (R/tidyselect_1.2.0.tar.gz) = 101498 bytes
+BLAKE2s (R/tidyselect_1.2.1.tar.gz) = 9d7aa6843cb5d45fd3232c4422d6438057fd0ee52c9bb46e1a514d9a310f86a0
+SHA512 (R/tidyselect_1.2.1.tar.gz) = 2818babe18224108a77333274d2a3103551afe47bd6b587b6c00b90f0d3863946c6b64ca95632f51a72e3779a2a1f225c37ed0989c3f8cc7848c76f1a4fe9f69
+Size (R/tidyselect_1.2.1.tar.gz) = 103591 bytes
Home |
Main Index |
Thread Index |
Old Index