pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-tidyr
Module Name: pkgsrc
Committed By: mef
Date: Wed Jun 17 13:07:58 UTC 2026
Modified Files:
pkgsrc/math/R-tidyr: Makefile distinfo
Log Message:
(math/R-tidyr) Updated 1.3.1 to 1.3.2, Fix build against R 4.6.0
# tidyr 1.3.2
* `fill()` gains a `.by` argument as an alternative to `dplyr::group_by()` for
applying the fill per group, similar to `nest(.by =)` and
`dplyr::mutate(.by =)` (@olivroy, #1439).
* `expand_grid()` gains a new `.vary` argument, allowing users to control
whether the first column varies fastest or slowest (#1543, @JamesHWade).
* `unnest_longer()` now places `indices_to` columns before value
columns (#1486, @andrewshibata).
* `unchop()` produces a more helpful error message when columns cannot
be cast to `ptype` (@mgirlich, #1477).
* `unite()` no longer errors if you provide a selection that doesn't
select any columns. Instead, it returns a column containing the
empty string (#1548, @catalamarti).
* `pivot_wider_spec()` now throws a more informative error on non-data frame
inputs (@catalamarti, #1510).
* Fixed an internal error in `pivot_wider()` (#1609, @krlmlr).
* R >=4.1.0 is now required, in line with the [tidyverse
standard](https://tidyverse.org/blog/2019/04/r-version-support/) of
supporting the previous 5 minor releases of R (#1613).
* The base pipe is now used throughout the documentation (#1613).
* tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
* tidyr is now compliant with R's C API (#1618).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-tidyr/Makefile \
pkgsrc/math/R-tidyr/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-tidyr/Makefile
diff -u pkgsrc/math/R-tidyr/Makefile:1.9 pkgsrc/math/R-tidyr/Makefile:1.10
--- pkgsrc/math/R-tidyr/Makefile:1.9 Sun Sep 22 23:37:05 2024
+++ pkgsrc/math/R-tidyr/Makefile Wed Jun 17 13:07:58 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/09/22 23:37:05 mef Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/17 13:07:58 mef Exp $
R_PKGNAME= tidyr
-R_PKGVER= 1.3.1
+R_PKGVER= 1.3.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Easily tidy data with 'spread()' and 'gather()' functions
Index: pkgsrc/math/R-tidyr/distinfo
diff -u pkgsrc/math/R-tidyr/distinfo:1.9 pkgsrc/math/R-tidyr/distinfo:1.10
--- pkgsrc/math/R-tidyr/distinfo:1.9 Sun Sep 22 23:37:05 2024
+++ pkgsrc/math/R-tidyr/distinfo Wed Jun 17 13:07:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/09/22 23:37:05 mef Exp $
+$NetBSD: distinfo,v 1.10 2026/06/17 13:07:58 mef Exp $
-BLAKE2s (R/tidyr_1.3.1.tar.gz) = 10bc5cb08fa520da1d6d40022c4801f3df4899ab26a072d7048082e235913d50
-SHA512 (R/tidyr_1.3.1.tar.gz) = a5f57a7c93cf603c02b3e922c9944be48fd812e46e425c66aebf5704e689f949105c0c98e9c0d882f290f0ac29641d67e04e61741bf2716c2e139853c326b7f2
-Size (R/tidyr_1.3.1.tar.gz) = 809058 bytes
+BLAKE2s (R/tidyr_1.3.2.tar.gz) = 2263ddf2f026a6589cf0ec66c341ac780381f399bad9d4bcb0b8ed022152e4c0
+SHA512 (R/tidyr_1.3.2.tar.gz) = 6f14220309a0043fefb03f2fccc16574b48dcb8de54e5bdd469c01c5561559a74fd77090a346510c3aa239f2956451ebd27e90aec5085df49edffb3d803a34f6
+Size (R/tidyr_1.3.2.tar.gz) = 809031 bytes
Home |
Main Index |
Thread Index |
Old Index