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 e9f7457 ARROW-6688: [Packaging] Include s3 support in the conda
packages
add a98a61d ARROW-3808: [R] Array extract, including Take method
No new revisions were added by this update.
Summary of changes:
r/Makefile | 1 +
r/NAMESPACE | 3 +-
r/R/array.R | 79 ++++++++-
r/R/arrowExports.R | 48 ++++-
r/R/chunked-array.R | 58 ++++--
r/R/record-batch.R | 31 +++-
r/R/table.R | 25 +++
r/R/type.R | 6 +-
r/man/ChunkedArray.Rd | 31 ++--
r/man/RecordBatch.Rd | 4 +
r/man/Table.Rd | 5 +
r/man/array.Rd | 10 +-
r/src/arrowExports.cpp | 194 +++++++++++++++++++--
r/src/chunkedarray.cpp | 4 +-
r/src/compute.cpp | 193 ++++++++++++++++++++
.../tests/testthat/helper-expectation.R | 11 +-
r/tests/testthat/test-Array.R | 55 +++++-
r/tests/testthat/test-RecordBatch.R | 23 +--
r/tests/testthat/test-Table.R | 29 ++-
r/tests/testthat/test-chunked-array.R | 35 ++++
20 files changed, 762 insertions(+), 83 deletions(-)
copy c_glib/Gemfile => r/tests/testthat/helper-expectation.R (82%)