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/15 18:17:08 UTC

[arrow] branch master updated (c844461 -> d55383d)

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 c844461  ARROW-13280: [R] Bindings for log and trig functions
     add d55383d  ARROW-12992:  [R] bindings for substr(), substring(), str_sub()

No new revisions were added by this update.

Summary of changes:
 r/R/dplyr-functions.R                          | 103 +++++++++++--
 r/R/expression.R                               |   3 +
 r/src/compute.cpp                              |  17 +++
 r/tests/testthat/test-dplyr-string-functions.R | 192 ++++++++++++++++++++++---
 4 files changed, 283 insertions(+), 32 deletions(-)