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

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


    from 4a2df663bc GH-41675: [Packaging][MATLAB] Add crossbow job to package 
MATLAB interface on macos-14 (#41677)
     add 774ee0f2fe GH-41834: [R] Better error handling in dplyr code (#41576)

No new revisions were added by this update.

Summary of changes:
 r/R/dplyr-across.R                               |   6 +-
 r/R/dplyr-arrange.R                              |  87 ++++----
 r/R/dplyr-datetime-helpers.R                     |  31 +--
 r/R/dplyr-eval.R                                 | 182 +++++++++++++---
 r/R/dplyr-filter.R                               |  64 +++---
 r/R/dplyr-funcs-agg.R                            |   6 +-
 r/R/dplyr-funcs-conditional.R                    |  16 +-
 r/R/dplyr-funcs-datetime.R                       |  18 +-
 r/R/dplyr-funcs-simple.R                         |   2 +-
 r/R/dplyr-funcs-string.R                         |  76 ++++---
 r/R/dplyr-funcs-type.R                           |   7 +-
 r/R/dplyr-mutate.R                               | 190 +++++++++--------
 r/R/dplyr-slice.R                                |   2 +-
 r/R/dplyr-summarize.R                            |  70 ++-----
 r/R/dplyr.R                                      |  16 --
 r/man/arrow_not_supported.Rd                     |  56 +++++
 r/tests/testthat/_snaps/dataset-dplyr.md         |   9 +
 r/tests/testthat/_snaps/dplyr-across.md          |  11 +
 r/tests/testthat/_snaps/dplyr-eval.md            |  27 +++
 r/tests/testthat/_snaps/dplyr-funcs-datetime.md  |  11 +
 r/tests/testthat/_snaps/dplyr-mutate.md          |  25 +++
 r/tests/testthat/_snaps/dplyr-query.md           |   4 +-
 r/tests/testthat/_snaps/dplyr-summarize.md       |  41 +++-
 r/tests/testthat/helper-expectation.R            |   7 +-
 r/tests/testthat/test-dataset-dplyr.R            |   5 +-
 r/tests/testthat/test-dplyr-across.R             |  12 +-
 r/tests/testthat/test-dplyr-collapse.R           |  13 --
 r/tests/testthat/test-dplyr-eval.R               |  60 ++++++
 r/tests/testthat/test-dplyr-filter.R             |  20 +-
 r/tests/testthat/test-dplyr-funcs-conditional.R  | 107 ++++------
 r/tests/testthat/test-dplyr-funcs-datetime.R     |  46 +----
 r/tests/testthat/test-dplyr-funcs-string.R       |  79 ++++---
 r/tests/testthat/test-dplyr-mutate.R             |  13 +-
 r/tests/testthat/test-dplyr-summarize.R          |  55 ++---
 r/vignettes/developers/matchsubstringoptions.png | Bin 89899 -> 0 bytes
 r/vignettes/developers/starts_with_docs.png      | Bin 9720 -> 0 bytes
 r/vignettes/developers/startswithdocs.png        | Bin 42409 -> 0 bytes
 r/vignettes/developers/writing_bindings.Rmd      | 253 -----------------------
 38 files changed, 804 insertions(+), 823 deletions(-)
 create mode 100644 r/man/arrow_not_supported.Rd
 create mode 100644 r/tests/testthat/_snaps/dataset-dplyr.md
 create mode 100644 r/tests/testthat/_snaps/dplyr-across.md
 create mode 100644 r/tests/testthat/_snaps/dplyr-eval.md
 create mode 100644 r/tests/testthat/_snaps/dplyr-funcs-datetime.md
 create mode 100644 r/tests/testthat/_snaps/dplyr-mutate.md
 create mode 100644 r/tests/testthat/test-dplyr-eval.R
 delete mode 100644 r/vignettes/developers/matchsubstringoptions.png
 delete mode 100644 r/vignettes/developers/starts_with_docs.png
 delete mode 100644 r/vignettes/developers/startswithdocs.png
 delete mode 100644 r/vignettes/developers/writing_bindings.Rmd

Reply via email to