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 20808ec ARROW-14221: [R] [CI] DuckDB tests fail on R < 4.0
add c1f5101 ARROW-13112: [R] altrep vectors for strings and other types
No new revisions were added by this update.
Summary of changes:
r/R/arrow-datum.R | 5 +-
r/R/arrow-tabular.R | 6 +-
r/R/arrowExports.R | 5 +-
r/R/util.R | 8 -
r/src/altrep.cpp | 686 ++++++++++++++++++++--------------
r/src/array_to_vector.cpp | 67 ++--
r/src/arrowExports.cpp | 15 +-
r/src/arrow_types.h | 2 +-
r/tests/testthat/test-Array.R | 39 +-
r/tests/testthat/test-RecordBatch.R | 12 +-
r/tests/testthat/test-altrep.R | 28 +-
r/tests/testthat/test-chunked-array.R | 10 +-
r/tests/testthat/test-scalar.R | 6 +-
13 files changed, 541 insertions(+), 348 deletions(-)