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/02/13 21:22:04 UTC

[arrow] branch master updated (7bcdbb3 -> 1a5cb56)

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 7bcdbb3  ARROW-7844: [R] Converter_List is not thread-safe
     add 1a5cb56  ARROW-7833: [R] Make install_arrow() actually install arrow

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                         |   1 +
 r/Makefile                            |   2 +-
 r/NAMESPACE                           |   2 +-
 r/R/install-arrow.R                   | 142 +++++++++++-------------
 r/README.Rmd                          | 200 ----------------------------------
 r/README.md                           |  75 ++++---------
 r/configure                           |   4 +-
 r/man/install_arrow.Rd                |  45 ++++++--
 r/tests/testthat/test-install-arrow.R |  48 ++------
 r/tools/linuxlibs.R                   |  23 ++--
 r/vignettes/install.Rmd               |  53 +++++++--
 11 files changed, 193 insertions(+), 402 deletions(-)
 delete mode 100644 r/README.Rmd