pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-dplyr (math/R-dplyr) Updated 1.0.6 to 1.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac50dde0eda4
branches:  trunk
changeset: 458192:ac50dde0eda4
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 11 15:31:54 2021 +0000

description:
(math/R-dplyr) Updated 1.0.6 to 1.0.7

# dplyr 1.0.7
* `across()` uses the formula environment when inlining them (#5886).
* `summarise.rowwise_df()` is quiet when the result is ungrouped (#5875).
* `c_across()` and `across()` key deparsing not confused by long calls (#5883).
* `across()` handles named selections (#5207).

diffstat:

 math/R-dplyr/Makefile |  15 +++++++++++----
 math/R-dplyr/distinfo |  10 +++++-----
 2 files changed, 16 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 9504878e6934 -r ac50dde0eda4 math/R-dplyr/Makefile
--- a/math/R-dplyr/Makefile     Sat Sep 11 14:28:16 2021 +0000
+++ b/math/R-dplyr/Makefile     Sat Sep 11 15:31:54 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/06/12 22:36:14 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/11 15:31:54 mef Exp $
 
 R_PKGNAME=     dplyr
-R_PKGVER=      1.0.6
+R_PKGVER=      1.0.7
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Grammar of data manipulation
@@ -22,12 +22,19 @@
 DEPENDS+=      R-vctrs>=0.3.0:../../math/R-vctrs
 
 # Packages suggested but not available:
-#   'bench', 'broom', 'dbplyr', 'Lahman', 'lobstr', 'microbenchmark',
-#   'nycflights13', 'RMySQL', 'RPostgreSQL', 'RSQLite', 'tidyr'
+#   'bench', 'broom', 'dbplyr', 'Lahman', 'lobstr', 'nycflights13',
+#   'RMySQL', 'RPostgreSQL'
+
 TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
 
 USE_LANGUAGES= c c++
 
diff -r 9504878e6934 -r ac50dde0eda4 math/R-dplyr/distinfo
--- a/math/R-dplyr/distinfo     Sat Sep 11 14:28:16 2021 +0000
+++ b/math/R-dplyr/distinfo     Sat Sep 11 15:31:54 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/06/12 22:36:14 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/09/11 15:31:54 mef Exp $
 
-SHA1 (R/dplyr_1.0.6.tar.gz) = 6bb9c20041ad35d346f7d7966206789815f1da02
-RMD160 (R/dplyr_1.0.6.tar.gz) = d44187ab611255edd2b4e475e0001ad50c75099d
-SHA512 (R/dplyr_1.0.6.tar.gz) = e09f5c3b5e215926f7c96eeb705e79db73eae147f557c386bc18e47f0407bac4c1c795c842aa1e152707ae3f2d7de21f8e9984ea9fc9a59addb1cb04a6f65d89
-Size (R/dplyr_1.0.6.tar.gz) = 954401 bytes
+SHA1 (R/dplyr_1.0.7.tar.gz) = cbb7037aab8c7247bfc74be4260c9a593c820274
+RMD160 (R/dplyr_1.0.7.tar.gz) = 707ab28047e53b06049ac469a8fd0c84511aac66
+SHA512 (R/dplyr_1.0.7.tar.gz) = a81765c414476fdf8a991b487ec0bbd98aaee6f2fd082e3969eb04b7ee4c658a3eb0997dcfef9c743343ade6220f2ea102887cc058c881da249480a5203cde57
+Size (R/dplyr_1.0.7.tar.gz) = 852103 bytes



Home | Main Index | Thread Index | Old Index