pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-vctrs
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 17 12:45:23 UTC 2023
Modified Files:
pkgsrc/math/R-vctrs: Makefile distinfo
Log Message:
(math/R-vctrs) Updated 0.6.2 to 0.6.3
# vctrs 0.6.3
* Fixed an issue where certain ALTREP row names were being materialized when
passed to `new_data_frame()`. We've fixed this by removing a safeguard in
`new_data_frame()` that performed a compatibility check when both `n` and
`row.names` were provided. Because this is a low level function designed for
performance, it is up to the caller to ensure these inputs are compatible
(tidyverse/dplyr#6596).
* Fixed an issue where `vec_set_*()` used with data frames could accidentally
return an object with the type of the proxy rather than the type of the
original inputs (#1837).
* Fixed a rare `vec_locate_matches()` bug that could occur when using a max/min
`filter` (tidyverse/dplyr#6835).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-vctrs/Makefile \
pkgsrc/math/R-vctrs/distinfo
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-vctrs/Makefile
diff -u pkgsrc/math/R-vctrs/Makefile:1.9 pkgsrc/math/R-vctrs/Makefile:1.10
--- pkgsrc/math/R-vctrs/Makefile:1.9 Thu Jun 1 15:13:26 2023
+++ pkgsrc/math/R-vctrs/Makefile Sat Jun 17 12:45:23 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/06/01 15:13:26 mef Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/17 12:45:23 mef Exp $
R_PKGNAME= vctrs
-R_PKGVER= 0.6.2
+R_PKGVER= 0.6.3
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Vector helpers
Index: pkgsrc/math/R-vctrs/distinfo
diff -u pkgsrc/math/R-vctrs/distinfo:1.9 pkgsrc/math/R-vctrs/distinfo:1.10
--- pkgsrc/math/R-vctrs/distinfo:1.9 Thu Jun 1 13:04:33 2023
+++ pkgsrc/math/R-vctrs/distinfo Sat Jun 17 12:45:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/06/01 13:04:33 mef Exp $
+$NetBSD: distinfo,v 1.10 2023/06/17 12:45:23 mef Exp $
-BLAKE2s (R/vctrs_0.6.2.tar.gz) = 60cc32762cdb346ec4d238dcaec654a6f0d438c1020e01484c960f76234e7c04
-SHA512 (R/vctrs_0.6.2.tar.gz) = ea0a2472c082f83aad2ec898fe4f64a26cec3ce42027f63148772f394b221f848ffd6167ac3705cd2fd39bf8498ebc815c13df484bfeec3c8281951a1b7a47c7
-Size (R/vctrs_0.6.2.tar.gz) = 964633 bytes
+BLAKE2s (R/vctrs_0.6.3.tar.gz) = 4ef569c058c3d7929840ec4363b929416ca02e9b8954e6dd8dceb8c7e7dcdd87
+SHA512 (R/vctrs_0.6.3.tar.gz) = 160d65f420464c3331aab10471da437a8dbd79969bc2ae270aa46747e6760d161d316b368b9d450b63e20766338636d3c39db98a03efc68d3dd28d31e4a5720e
+Size (R/vctrs_0.6.3.tar.gz) = 967338 bytes
Home |
Main Index |
Thread Index |
Old Index