This is an automated email from the ASF dual-hosted git repository.
jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2dba298 ARROW-13450: [Python][Packaging] Set deployment target to
10.13 for universal2 wheels
add 1be837f ARROW-12688: [R] Use DuckDB to query an Arrow Dataset
No new revisions were added by this update.
Summary of changes:
r/DESCRIPTION | 4 +
r/NAMESPACE | 1 +
r/R/dplyr-summarize.R | 17 ++--
r/R/duckdb.R | 115 +++++++++++++++++++++++++
r/_pkgdown.yml | 3 +
r/man/to_duckdb.Rd | 60 +++++++++++++
r/tests/testthat/test-duckdb.R | 186 +++++++++++++++++++++++++++++++++++++++++
7 files changed, 380 insertions(+), 6 deletions(-)
create mode 100644 r/R/duckdb.R
create mode 100644 r/man/to_duckdb.Rd
create mode 100644 r/tests/testthat/test-duckdb.R