This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3fa2d21 ARROW-14816: [R] Implement bindings for lubridate::mday
add e291d0f ARROW-15154: [R] Expose ReferencedBufferSize to R
No new revisions were added by this update.
Summary of changes:
r/R/array.R | 2 ++
r/R/arrowExports.R | 16 ++++++++++++
r/R/chunked-array.R | 2 ++
r/R/record-batch.R | 2 ++
r/R/table.R | 2 ++
r/src/array.cpp | 6 +++++
r/src/arrowExports.cpp | 66 +++++++++++++++++++++++++++++++++++++++++++++++++-
r/src/chunkedarray.cpp | 7 ++++++
r/src/recordbatch.cpp | 9 +++++++
r/src/table.cpp | 6 +++++
10 files changed, 117 insertions(+), 1 deletion(-)