This is an automated email from the ASF dual-hosted git repository.
ianmcook pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a1d207e ARROW-13831: [GLib][Ruby] Add support for writing by Arrow
Dataset
add 1440d5a ARROW-13768: [R] Allow JSON to be an optional component
No new revisions were added by this update.
Summary of changes:
dev/tasks/conda-recipes/r-arrow/configure.win | 2 +-
dev/tasks/r/azure.linux.yml | 1 +
dev/tasks/tasks.yml | 1 +
r/NAMESPACE | 1 +
r/R/arrow-package.R | 11 +
r/R/json.R | 2 +-
r/configure | 5 +
r/configure.win | 2 +-
r/data-raw/codegen.R | 2 +-
r/inst/build_arrow_static.sh | 2 +-
r/man/arrow_available.Rd | 5 +
r/man/read_json_arrow.Rd | 2 +-
r/src/arrowExports.cpp | 910 +++++++++++++-------------
r/src/arrow_types.h | 6 +
r/src/json.cpp | 12 +-
r/tests/testthat/test-json.R | 2 +
r/tools/autobrew | 2 +-
r/vignettes/install.Rmd | 1 +
18 files changed, 505 insertions(+), 464 deletions(-)