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 24ee182 ARROW-9083: [R] collect int64, uint32, uint64 as R integer
type if not out of bounds
add 447d6c2 ARROW-6235: [R] Implement conversion from arrow::BinaryArray
to R character vector
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 3 +
r/R/array.R | 18 +++++
r/R/arrowExports.R | 40 +++++++++++
r/R/enums.R | 8 ++-
r/R/list.R | 12 ++++
r/R/type.R | 22 +++++-
r/man/data-type.Rd | 9 +++
r/man/enums.Rd | 2 +-
r/src/array.cpp | 31 ++++++++
r/src/array_from_vector.cpp | 140 +++++++++++++++++++++++++++++++-----
r/src/array_to_vector.cpp | 111 +++++++++++++++++++++++++++--
r/src/arrowExports.cpp | 160 ++++++++++++++++++++++++++++++++++++++++++
r/src/arrow_rcpp.h | 3 +
r/src/datatype.cpp | 36 ++++++++++
r/src/symbols.cpp | 18 +++++
r/tests/testthat/test-Array.R | 71 +++++++++++++++++--
r/tests/testthat/test-json.R | 2 +-
r/vignettes/arrow.Rmd | 68 +++++++++---------
18 files changed, 686 insertions(+), 68 deletions(-)