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

[arrow] branch master updated (fab0d70 -> cbcf5cb)

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 fab0d70  ARROW-13556: [C++] Add protobuf to linking for flight
     add cbcf5cb  ARROW-13562: [R] Styler followups

No new revisions were added by this update.

Summary of changes:
 .github/workflows/comment_bot.yml |    2 +-
 r/.Rbuildignore                   |    1 +
 r/.styler_excludes.R              |   18 +
 r/Makefile                        |    8 +-
 r/R/arrowExports.R                | 1782 ++++++++++++++++++-------------------
 r/R/dplyr-functions.R             |    4 +-
 r/R/dplyr-summarize.R             |    2 +-
 r/R/duckdb.R                      |    8 +-
 r/data-raw/codegen.R              |    7 +-
 r/extra-tests/write-files.R       |    1 -
 r/tests/testthat/test-duckdb.R    |    2 +
 r/tools/nixlibs.R                 |   12 +-
 r/vignettes/developing.Rmd        |   18 +-
 13 files changed, 944 insertions(+), 921 deletions(-)
 create mode 100644 r/.styler_excludes.R