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/01/22 00:12:54 UTC

[arrow] branch master updated (d4c781c -> aea1907)

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 d4c781c  ARROW-6801: [Rust] Arrow source release tarball is missing benchmarks
     add aea1907  ARROW-7581: [R] Documentation/polishing for 0.16 release

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                    |  5 +++
 r/NEWS.md                      | 28 +++++++++++++--
 r/R/dataset.R                  | 79 +++++++++++++++++++++++++++++++++++++-----
 r/R/schema.R                   | 49 +++++++++++++++++---------
 r/README.Rmd                   | 24 ++++++-------
 r/README.md                    | 32 ++++++++---------
 r/_pkgdown.yml                 | 19 ++++++++--
 r/man/FileFormat.Rd            | 25 +++++++++++++
 r/man/Partitioning.Rd          | 16 +++++++--
 r/man/Schema.Rd                | 39 +++++++++++++++------
 r/man/Source.Rd                |  4 ++-
 r/man/open_dataset.Rd          | 16 +++++----
 r/man/open_source.Rd           | 10 +++++-
 r/tests/testthat/test-schema.R | 20 ++++++++---
 r/vignettes/arrow.Rmd          | 40 +++++++++++----------
 r/vignettes/install.Rmd        |  8 ++---
 16 files changed, 307 insertions(+), 107 deletions(-)
 create mode 100644 r/man/FileFormat.Rd