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/04/21 20:02:04 UTC

[arrow] branch master updated (8444689 -> 09ad229)

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 8444689  ARROW-12185: [R] Bindings for any, all
     add 09ad229  ARROW-12184: [R] Bindings for na.fail, na.omit, na.exclude, na.pass

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                           | 10 ++++
 r/R/arrow-datum.R                     | 16 +++++++
 r/R/arrow-package.R                   |  2 +-
 r/R/arrow-tabular.R                   | 20 ++++++++
 r/tests/testthat/helper-expectation.R | 86 +++++++++++++++++++++++++++++++----
 r/tests/testthat/test-Array.R         | 44 +++++++++---------
 r/tests/testthat/test-RecordBatch.R   | 22 ++++-----
 r/tests/testthat/test-Table.R         | 24 +++++-----
 r/tests/testthat/test-chunked-array.R | 38 ++++++++--------
 r/tests/testthat/test-compute-arith.R |  2 +-
 r/tests/testthat/test-na-omit.R       | 73 +++++++++++++++++++++++++++++
 11 files changed, 262 insertions(+), 75 deletions(-)
 create mode 100644 r/tests/testthat/test-na-omit.R