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

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


    from 85f6f7c  ARROW-13923: [C++] Faster CSV chunker with long CSV cells
     add 314d8bf  ARROW-15010: [R] Create a function registry for our NSE funcs

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                                   |    7 +-
 r/R/arrow-package.R                             |   19 +-
 r/R/dplyr-collect.R                             |    2 +-
 r/R/dplyr-funcs-conditional.R                   |  105 +++
 r/R/dplyr-funcs-datetime.R                      |  133 +++
 r/R/dplyr-funcs-math.R                          |   83 ++
 r/R/dplyr-funcs-string.R                        |  504 ++++++++++
 r/R/dplyr-funcs-type.R                          |  250 +++++
 r/R/dplyr-funcs.R                               |  120 +++
 r/R/dplyr-functions.R                           | 1148 -----------------------
 r/R/dplyr-summarize.R                           |  143 +++
 r/R/expression.R                                |   14 +
 r/man/contains_regex.Rd                         |    2 +-
 r/man/get_stringr_pattern_options.Rd            |    2 +-
 r/man/register_binding.Rd                       |   55 ++
 r/tests/testthat/test-dplyr-funcs-conditional.R |    2 +-
 r/tests/testthat/test-dplyr-funcs-datetime.R    |  221 +++++
 r/tests/testthat/test-dplyr-funcs-math.R        |    4 +-
 r/tests/testthat/test-dplyr-funcs-string.R      |  269 +-----
 r/tests/testthat/test-dplyr-funcs.R             |   39 +
 r/tests/testthat/test-dplyr-summarize.R         |   24 +-
 21 files changed, 1717 insertions(+), 1429 deletions(-)
 create mode 100644 r/R/dplyr-funcs-conditional.R
 create mode 100644 r/R/dplyr-funcs-datetime.R
 create mode 100644 r/R/dplyr-funcs-math.R
 create mode 100644 r/R/dplyr-funcs-string.R
 create mode 100644 r/R/dplyr-funcs-type.R
 create mode 100644 r/R/dplyr-funcs.R
 delete mode 100644 r/R/dplyr-functions.R
 create mode 100644 r/man/register_binding.Rd
 create mode 100644 r/tests/testthat/test-dplyr-funcs.R

Reply via email to