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 98b4ad2 ARROW-6670: [CI][R] Fix fixes for R nightly jobs
add f747166 ARROW-3817: [R] Extract methods for RecordBatch and Table
No new revisions were added by this update.
Summary of changes:
r/DESCRIPTION | 1 +
r/NAMESPACE | 16 ++++
r/NEWS.md | 9 +-
r/R/array.R | 3 +
r/R/arrowExports.R | 24 +++++-
r/R/chunked-array.R | 6 +-
r/R/field.R | 4 +-
r/R/record-batch.R | 167 +++++++++++++++++++++++++++++++++---
r/R/table.R | 109 ++++++++++++++++++++---
r/man/ChunkedArray.Rd | 5 +-
r/man/Field.Rd | 5 +-
r/man/RecordBatch.Rd | 78 ++++++++++++++++-
r/man/Table.Rd | 72 ++++++++++++++--
r/man/array.Rd | 2 +
r/man/record_batch.Rd | 19 ----
r/src/arrowExports.cpp | 98 +++++++++++++++++++--
r/src/recordbatch.cpp | 26 ++++++
r/src/table.cpp | 27 ++++--
r/tests/testthat/test-RecordBatch.R | 42 ++++++++-
r/tests/testthat/test-Table.R | 44 +++++++++-
20 files changed, 674 insertions(+), 83 deletions(-)
delete mode 100644 r/man/record_batch.Rd