You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2023/06/07 06:40:50 UTC

[arrow] branch main updated (c62ce6b179 -> a0d28deefd)

This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from c62ce6b179 GH-35601: [R][Documentation] Add missing docs to fileysystem.R (#35895)
     add a0d28deefd GH-33987: [R] Support new dplyr .by/by argument (#35667)

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                           |  1 +
 r/NAMESPACE                             |  1 +
 r/R/arrow-package.R                     |  2 +-
 r/R/dplyr-by.R                          | 77 +++++++++++++++++++++++++++++++++
 r/R/dplyr-filter.R                      | 35 ++++++++++-----
 r/R/dplyr-mutate.R                      | 39 +++++++++++------
 r/R/dplyr-slice.R                       | 37 ++++++++--------
 r/R/dplyr-summarize.R                   | 35 +++++++++------
 r/tests/testthat/test-dplyr-filter.R    | 53 +++++++++++++++++++++++
 r/tests/testthat/test-dplyr-mutate.R    | 72 ++++++++++++++++++++++++++++++
 r/tests/testthat/test-dplyr-slice.R     | 22 ++++++++++
 r/tests/testthat/test-dplyr-summarize.R | 23 ++++++++++
 12 files changed, 340 insertions(+), 57 deletions(-)
 create mode 100644 r/R/dplyr-by.R