This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a change to branch maint-15.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git
from a61f4af724 MINOR: [Release] Update versions for 15.0.0
new 12d9778eb4 GH-39933: [R] Fix pointer conversion to Python for latest
reticulate (#39969)
new 5574f582bc GH-39738: [R] Support build against the last three released
versions of Arrow (#39739)
new b3ba136216 GH-39987: [R] Make it possible to use a rtools libarrow on
windows (#39986)
new a92530073e GH-40190: [R][Docs] Update NEWS.md with build system
changes (#40191)
new 6bb2f2cebf GH-40248: [R] fallback to the correct libtool when we find
a GNU one (#40259)
new e11463ee41 GH-39859: [R] Remove macOS from the allow list (#39861)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/r.yml | 57 +++++++++
cpp/cmake_modules/BuildUtils.cmake | 22 +++-
dev/tasks/r/github.macos-linux.local.yml | 12 ++
r/NEWS.md | 40 ++++++
r/PACKAGING.md | 1 +
r/R/python.R | 16 +--
r/configure.win | 201 ++++++++++++++++++++++++++++---
r/src/r_to_arrow.cpp | 9 ++
r/tools/check-versions.R | 35 ++++--
r/tools/nixlibs-allowlist.txt | 1 -
r/tools/nixlibs.R | 2 +-
r/tools/test-check-versions.R | 40 ++++--
12 files changed, 382 insertions(+), 54 deletions(-)