Sun Feb 12 04:44:54 2023 UTC ()
(math/R-vctrs) Updated 0.5.1 to 0.5.2

# vctrs 0.5.2

* New `vec_expand_grid()`, which is a lower level helper that is similar to
  `tidyr::expand_grid()` (#1325).

* New `vec_set_intersect()`, `vec_set_difference()`, `vec_set_union()`, and
  `vec_set_symmetric_difference()` which compute set operations like
  `intersect()`, `setdiff()`, and `union()`, but the vctrs variants don't strip
  attributes and work with data frames (#1755, #1765).

* `vec_identify_runs()` is now faster when used with data frames (#1684).

* The maximum load factor of the internal dictionary was reduced from 77% to
  50%, which improves performance of functions like `vec_match()`,
  `vec_set_intersect()`, and `vec_unique()` in some cases (#1760).

* Fixed a bug with the internal `vec_order_radix()` function related to matrix
  columns (#1753).


(mef)
diff -r1.6 -r1.7 pkgsrc/math/R-vctrs/Makefile
diff -r1.7 -r1.8 pkgsrc/math/R-vctrs/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/math/R-vctrs/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-vctrs/Makefile 2022/12/18 13:36:41 1.6
+++ pkgsrc/math/R-vctrs/Makefile 2023/02/12 04:44:54 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2022/12/18 13:36:41 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2023/02/12 04:44:54 mef Exp $
2 2
3R_PKGNAME= vctrs 3R_PKGNAME= vctrs
4R_PKGVER= 0.5.1 4R_PKGVER= 0.5.2
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Vector helpers 7COMMENT= Vector helpers
8LICENSE= gnu-gpl-v3 8LICENSE= gnu-gpl-v3
9 9
10DEPENDS+= R-backports>=1.1.4:../../math/R-backports 10DEPENDS+= R-backports>=1.1.4:../../math/R-backports
11DEPENDS+= R-cli-[0-9]*:../../devel/R-cli 11DEPENDS+= R-cli-[0-9]*:../../devel/R-cli
12DEPENDS+= R-digest>=0.6.25:../../security/R-digest 12DEPENDS+= R-digest>=0.6.25:../../security/R-digest
13DEPENDS+= R-ellipsis>=0.2.0:../../math/R-ellipsis 13DEPENDS+= R-ellipsis>=0.2.0:../../math/R-ellipsis
14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue 14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue
15DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle 15DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
16DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang 16DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
17DEPENDS+= R-zeallot>=0.1.0:../../math/R-zeallot 17DEPENDS+= R-zeallot>=0.1.0:../../math/R-zeallot

cvs diff -r1.7 -r1.8 pkgsrc/math/R-vctrs/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-vctrs/distinfo 2022/12/18 13:36:41 1.7
+++ pkgsrc/math/R-vctrs/distinfo 2023/02/12 04:44:54 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/12/18 13:36:41 mef Exp $ 1$NetBSD: distinfo,v 1.8 2023/02/12 04:44:54 mef Exp $
2 2
3BLAKE2s (R/vctrs_0.5.1.tar.gz) = c88e324b79a9cc9a6d502d0b55a57025c2376b20c61b751a52b47ff6b7a16ea6 3BLAKE2s (R/vctrs_0.5.2.tar.gz) = 4bac405c6b531d3bd8784499742a6cc6e6f77c08177370110ffb093d5e052ae8
4SHA512 (R/vctrs_0.5.1.tar.gz) = 22aed3ff1067d6e55c70fc2ad4743fae6d56d557d5f95d2520313f68a15082fdb5e8ae13799e932c7644a6f9cd3b6d6269196b3f4c8bb852cad3cdf16fc20a56 4SHA512 (R/vctrs_0.5.2.tar.gz) = c6ca65b6f5f783b50371eaf7fb36c36e33a3a9fff38f19a4f865c179f3624339f970e6ebc2fac6ff5b7ac191b64b6f1a85fea954347c2d9c0e45513fee1d4d72
5Size (R/vctrs_0.5.1.tar.gz) = 959562 bytes 5Size (R/vctrs_0.5.2.tar.gz) = 967426 bytes