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 ba1f631  ARROW-9397: [R] Pass CC/CXX et al. to cmake when building 
libarrow in Linux build
     add c547f4d  ARROW-9291 [R]: Support fixed size binary/list types

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                            |  13 +++
 r/R/array.R                            |  18 ++++
 r/R/arrowExports.R                     |  24 ++++++
 r/R/list.R                             |  15 ++++
 r/R/type.R                             |  83 +++++++++++++++---
 r/man/data-type.Rd                     |  15 +++-
 r/src/array.cpp                        |  12 +++
 r/src/array_from_vector.cpp            | 120 ++++++++++++++++++++++++--
 r/src/array_to_vector.cpp              | 152 +++++++++++++++++++++++++++------
 r/src/arrowExports.cpp                 |  99 +++++++++++++++++++++
 r/src/arrow_rcpp.h                     |  13 ++-
 r/src/datatype.cpp                     |  33 +++++++
 r/src/symbols.cpp                      |  67 +++++++++------
 r/tests/testthat/test-Array-errors.txt |  25 ++++++
 r/tests/testthat/test-Array.R          | 143 ++++++++++++++++++++++++-------
 r/tests/testthat/test-data-type.R      |  14 +--
 r/vignettes/arrow.Rmd                  |  72 ++++++++--------
 17 files changed, 775 insertions(+), 143 deletions(-)
 create mode 100644 r/tests/testthat/test-Array-errors.txt

Reply via email to