You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2021/07/17 18:14:40 UTC

[arrow] branch master updated (6179fc5 -> 45a2ae9)

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

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


    from 6179fc5  ARROW-13355: [R] ensure that sf is installed in our revdep job
     add 45a2ae9  ARROW-12964: [R] Add bindings for ifelse() and if_else()

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                             |   2 +
 r/R/arrow-datum.R                     |  20 ++++-
 r/R/dplyr-functions.R                 |  88 ++++++++++++++----
 r/R/enums.R                           |   2 +
 r/R/expression.R                      |  14 ++-
 r/tests/testthat/helper-expectation.R |   3 +-
 r/tests/testthat/test-Array.R         |  17 ++++
 r/tests/testthat/test-compute-sort.R  |   1 -
 r/tests/testthat/test-dplyr.R         | 165 +++++++++++++++++++++++++++++++++-
 9 files changed, 284 insertions(+), 28 deletions(-)