pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-dplyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 04:11:36 UTC 2024

Modified Files:
        pkgsrc/math/R-dplyr: Makefile distinfo

Log Message:
(math/R-dplyr) Updated 1.1.2 to 1.1.4

# dplyr 1.1.4

* `join_by()` now allows its helper functions to be namespaced with `dplyr::`,
  like `join_by(dplyr::between(x, lower, upper))` (#6838).

* `left_join()` and friends now return a specialized error message if they
  detect that your join would return more rows than dplyr can handle (#6912).

* `slice_*()` now throw the correct error if you forget to name `n` while also
  prefixing the call with `dplyr::` (#6946).

* `dplyr_reconstruct()`'s default method has been rewritten to avoid
  materializing duckplyr queries too early (#6947).

* Updated the `storms` data to include 2022 data (#6937, @steveharoz).

* Updated the `starwars` data to use a new API, because the old one is defunct.
  There are very minor changes to the data itself (#6938, @steveharoz).

# dplyr 1.1.3

* `mutate_each()` and `summarise_each()` now throw correct deprecation messages
  (#6869).

* `setequal()` now requires the input data frames to be compatible, similar to
  the other set methods like `setdiff()` or `intersect()` (#6786).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-dplyr/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-dplyr/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-dplyr/Makefile
diff -u pkgsrc/math/R-dplyr/Makefile:1.9 pkgsrc/math/R-dplyr/Makefile:1.10
--- pkgsrc/math/R-dplyr/Makefile:1.9    Fri Jun  2 12:58:09 2023
+++ pkgsrc/math/R-dplyr/Makefile        Sun Jan 21 04:11:36 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/06/02 12:58:09 mef Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/21 04:11:36 mef Exp $
 
 R_PKGNAME=     dplyr
-R_PKGVER=      1.1.2
+R_PKGVER=      1.1.4
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Grammar of data manipulation

Index: pkgsrc/math/R-dplyr/distinfo
diff -u pkgsrc/math/R-dplyr/distinfo:1.10 pkgsrc/math/R-dplyr/distinfo:1.11
--- pkgsrc/math/R-dplyr/distinfo:1.10   Fri Jun  2 12:58:09 2023
+++ pkgsrc/math/R-dplyr/distinfo        Sun Jan 21 04:11:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/02 12:58:09 mef Exp $
+$NetBSD: distinfo,v 1.11 2024/01/21 04:11:36 mef Exp $
 
-BLAKE2s (R/dplyr_1.1.2.tar.gz) = 92c3d8ebc06dfac8a8f1cfab0b6dab74701c172fb69c74204109bb7489a91c24
-SHA512 (R/dplyr_1.1.2.tar.gz) = 62ebede505506a410111189073bb35efb971aad9b09f4622f34b9dcbf8e739c07f1b85a68d95ac9d76a1df2d800358ff4b3b79e4cf3df9911683e2cf472c9aa5
-Size (R/dplyr_1.1.2.tar.gz) = 1083348 bytes
+BLAKE2s (R/dplyr_1.1.4.tar.gz) = ee65d80bdfd1809268a927a5ebda7c55e81ceeee0e4f631b20d9790d4c7cb969
+SHA512 (R/dplyr_1.1.4.tar.gz) = 526b9131d42d1e57ae32079341cf3c1ca06ed9930b4f73e8cb75df2d916d8c345e60cf9f26d4796a4516939589f42d93bd4dcb632de67805c78ac96714c4901e
+Size (R/dplyr_1.1.4.tar.gz) = 1207521 bytes



Home | Main Index | Thread Index | Old Index