Skip to content

Commit

Permalink
(devel/R-tidyselect) Updated 1.2.0 to 1.2.1, make test has tex-ec pro…
Browse files Browse the repository at this point in the history
…blem

# 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.
  • Loading branch information
mef committed Oct 20, 2024
1 parent c2ee9d0 commit 4891435
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions devel/R-tidyselect/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -22,6 +22,12 @@ TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
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"
Expand Down
8 changes: 4 additions & 4 deletions devel/R-tidyselect/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4891435

Please sign in to comment.