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 2020/03/21 01:52:00 UTC

[arrow] branch master updated (54b87c8 -> b57b955)

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 54b87c8  ARROW-8178: [C++] Update to Flatbuffers 1.12.0
     add b57b955  ARROW-8103: [R] Make default Linux build more minimal

No new revisions were added by this update.

Summary of changes:
 ci/scripts/r_deps.sh              |  6 ++++
 ci/scripts/r_test.sh              |  5 ++-
 dev/tasks/r/azure.linux.yml       |  3 +-
 dev/tasks/r/github.linux.cran.yml | 67 ++++++++++++++++++++++++++++++++++++
 dev/tasks/tasks.yml               | 34 ++++++++----------
 docker-compose.yml                |  1 -
 r/R/install-arrow.R               | 13 +++++--
 r/README.md                       |  6 ++--
 r/configure                       | 19 ++++++++---
 r/inst/build_arrow_static.sh      | 32 ++++++++++++-----
 r/man/install_arrow.Rd            |  5 +++
 r/tools/linuxlibs.R               |  8 +++--
 r/vignettes/install.Rmd           | 72 +++++++++++++++++++++++++++------------
 13 files changed, 207 insertions(+), 64 deletions(-)
 create mode 100644 dev/tasks/r/github.linux.cran.yml