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: Sun Jan 21 07:51:10 UTC 2024
Modified Files:
pkgsrc/math/R-vctrs: Makefile distinfo
Log Message:
(math/R-vctrs) Updated 0.6.3 to 0.6.5
# vctrs 0.6.5
* Internal changes requested by CRAN around C level format strings (#1896).
* Fixed tests related to changes to `dim<-()` in R-devel (#1889).
# vctrs 0.6.4
* Fixed a performance issue with `vec_c()` and ALTREP vectors (in particular,
the new ALTREP list vectors in R-devel) (#1884).
* Fixed an issue with complex vector tests related to changes in R-devel
(#1883).
* Added a class to the `vec_locate_matches()` error that is thrown when an
overflow would otherwise occur (#1845).
* Fixed an issue with `vec_rank()` and 0-column data frames (#1863).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/math/R-vctrs/Makefile:1.11
--- pkgsrc/math/R-vctrs/Makefile:1.10 Sat Jun 17 12:45:23 2023
+++ pkgsrc/math/R-vctrs/Makefile Sun Jan 21 07:51:09 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/06/17 12:45:23 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/21 07:51:09 mef Exp $
R_PKGNAME= vctrs
-R_PKGVER= 0.6.3
+R_PKGVER= 0.6.5
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Vector helpers
@@ -16,7 +16,6 @@ DEPENDS+= R-lifecycle-[0-9]*:../../devel
DEPENDS+= R-rlang>=1.0.11:../../devel/R-rlang
DEPENDS+= R-zeallot>=0.1.0:../../math/R-zeallot
-#Packages suggested but not available: 'pkgdown'
TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
@@ -28,6 +27,12 @@ TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+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/math/R-vctrs/distinfo
diff -u pkgsrc/math/R-vctrs/distinfo:1.10 pkgsrc/math/R-vctrs/distinfo:1.11
--- pkgsrc/math/R-vctrs/distinfo:1.10 Sat Jun 17 12:45:23 2023
+++ pkgsrc/math/R-vctrs/distinfo Sun Jan 21 07:51:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/17 12:45:23 mef Exp $
+$NetBSD: distinfo,v 1.11 2024/01/21 07:51:09 mef Exp $
-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
+BLAKE2s (R/vctrs_0.6.5.tar.gz) = badab9af48aa420b6367a3eb476bb05d5291c3e24c4bb7104453bdace9547f16
+SHA512 (R/vctrs_0.6.5.tar.gz) = 20e95b6daf0bfde689030b18b4d97a87bfeced92e961649b9e6858462f51a76e7d8c424a360289060ec9d8a7d5265a4e5a9b91ea6c3bfc50a31795609e02d11f
+Size (R/vctrs_0.6.5.tar.gz) = 969066 bytes
Home |
Main Index |
Thread Index |
Old Index