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/10 00:31:03 UTC

[arrow] branch master updated (f3d2d2d -> 4822483)

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 f3d2d2d  ARROW-12263: [Dev][Packaging] Move Crossbow to Archery
     add 4822483  ARROW-12197: [R] dplyr bindings for cast, dictionary_encode

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                   |   1 +
 r/R/dplyr.R                   |  15 +++++
 r/R/enums.R                   |   6 ++
 r/R/expression.R              |   1 +
 r/R/type.R                    |   7 +-
 r/man/data-type.Rd            |   4 +-
 r/man/enums.Rd                |   5 ++
 r/src/compute.cpp             |  11 ++++
 r/tests/testthat/test-dplyr.R | 144 ++++++++++++++++++++++++++++++++++++++++--
 r/tests/testthat/test-type.R  |  38 +++++++++++
 10 files changed, 219 insertions(+), 13 deletions(-)