This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-14.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 7c9ad8f798 GH-38226: [R] Remove R 3.5 from test-r-versions (#38230)
add bf7cc7e1e6 GH-38243: [CI][Python] Add missing dataset marker for
dataset encryption tests (#38244)
add e1c66c0e6a GH-38228: [R] Fence examples that need dataset with
`examplesIf` (#38229)
add cd900bc2e5 GH-38197: [R] Update actions that used setup-r@v1 to use
setup-r@v2 (#38218)
add 3c2de94595 GH-38227: [R] Fix non-unicode character errors in nightly
builds (#38232)
add 677b42f994 GH-37907: [R] Setting rosetta variable is missing (#37961)
add e5bcfd3fc2 GH-37945: [R] Update developer documentation (#38220)
add 6cc821485b GH-38043: [R] Enable all features by default on macOS
(#38195)
No new revisions were added by this update.
Summary of changes:
cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 +-
dev/tasks/macros.jinja | 1 +
dev/tasks/r/github.devdocs.yml | 27 +----
dev/tasks/r/github.linux.rchk.yml | 14 +--
dev/tasks/r/github.packages.yml | 36 ++++---
python/pyarrow/tests/test_dataset_encryption.py | 5 +
r/R/arrow-package.R | 6 --
r/R/csv.R | 10 +-
r/R/install-arrow.R | 9 +-
r/configure | 21 ++--
r/man/arrow-package.Rd | 1 +
r/man/csv_convert_options.Rd | 2 +
r/man/csv_parse_options.Rd | 2 +
r/man/csv_read_options.Rd | 2 +
r/man/read_delim_arrow.Rd | 4 +-
r/tests/testthat/test-arrow-pacakge.R | 21 ----
r/tests/testthat/test-install-arrow.R | 5 +
r/tools/nixlibs.R | 9 +-
r/vignettes/developers/setup.Rmd | 136 +++++-------------------
19 files changed, 108 insertions(+), 207 deletions(-)
delete mode 100644 r/tests/testthat/test-arrow-pacakge.R