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 36ce1c6 ARROW-6544: [R] Documentation/polishing for 0.15 release
add 348da47 ARROW-6542 [R]: Add View() method to array types
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 1 +
r/R/array.R | 4 ++++
r/R/arrowExports.R | 8 ++++++++
r/R/chunked-array.R | 7 +++++++
r/man/ChunkedArray.Rd | 1 +
r/man/array.Rd | 1 +
r/src/array.cpp | 8 ++++++++
r/src/arrowExports.cpp | 34 ++++++++++++++++++++++++++++++++++
r/src/chunkedarray.cpp | 9 +++++++++
r/tests/testthat/test-Array.R | 7 +++++++
r/tests/testthat/test-chunked-array.R | 10 ++++++++++
11 files changed, 90 insertions(+)