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 6f20b50f ARROW-10481: [R] Bindings to add, remove, replace Table
columns
add da94af7 ARROW-10522: [R] Allow rename Table and RecordBatch columns
with names()
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 2 ++
r/R/arrowExports.R | 8 ++++++++
r/R/record-batch.R | 4 ++++
r/R/table.R | 4 ++++
r/src/arrowExports.cpp | 34 ++++++++++++++++++++++++++++++++++
r/src/recordbatch.cpp | 16 ++++++++++++++++
r/src/table.cpp | 6 ++++++
r/tests/testthat/test-RecordBatch.R | 12 ++++++++++++
r/tests/testthat/test-Table.R | 12 ++++++++++++
9 files changed, 98 insertions(+)