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/04/07 03:06:10 UTC

[arrow] branch master updated (c9f0a02 -> 042a6ec)

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 c9f0a02  ARROW-8275: [Python] Update Feather documentation for V2, Python IPC API cleanups / deprecations
     add 042a6ec  ARROW-8300: [R] Documentation and changelog updates for 0.17

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                |   2 +-
 r/NEWS.md                    |  59 +++++++++++++++++++-
 r/R/dataset.R                |  28 +++++-----
 r/R/deprecated.R             |  27 +++++++++
 r/R/feather.R                |  16 +++++-
 r/R/filesystem.R             |   9 ---
 r/R/ipc_stream.R             |  22 --------
 r/R/py-to-r.R                |   2 +-
 r/README.md                  |  36 +++++-------
 r/_pkgdown.yml               |   3 +
 r/man/Dataset.Rd             |  15 -----
 r/man/FileFormat.Rd          |   2 -
 r/man/FileInfo.Rd            |   3 +-
 r/man/FileStats.Rd           |   8 ---
 r/man/read_feather.Rd        |  11 +++-
 r/man/read_ipc_stream.Rd     |   6 +-
 r/man/write_feather.Rd       |   9 ++-
 r/man/write_ipc_stream.Rd    |   2 +-
 r/tests/testthat/test-json.R |   2 +-
 r/vignettes/arrow.Rmd        |   7 +++
 r/vignettes/dataset.Rmd      |   1 -
 r/vignettes/install.Rmd      |   1 -
 r/vignettes/python.Rmd       | 129 +++++++++++++++++++++++++++++++++++++++++++
 23 files changed, 292 insertions(+), 108 deletions(-)
 delete mode 100644 r/man/FileStats.Rd
 create mode 100644 r/vignettes/python.Rmd