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 5489bbf ARROW-10255: [JS] Reorganize exports for ESM tree-shaking
add 7679260 ARROW-12200: [R] Export and document list_compute_functions
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 3 ++
r/R/arrowExports.R | 4 +--
r/R/compute.R | 60 ++++++++++++++++++++++++++++++-
r/R/record-batch.R | 1 +
r/_pkgdown.yml | 11 +++---
r/man/call_function.Rd | 46 ++++++++++++++++++++++++
r/man/list_compute_functions.Rd | 39 ++++++++++++++++++++
r/src/arrowExports.cpp | 8 ++---
r/src/compute.cpp | 2 +-
r/tests/testthat/test-compute-aggregate.R | 8 +++++
10 files changed, 169 insertions(+), 13 deletions(-)
create mode 100644 r/man/call_function.Rd
create mode 100644 r/man/list_compute_functions.Rd