This is an automated email from the ASF dual-hosted git repository.

amoeba pushed a change to branch maint-24.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit 32b2512675 Update setup.Rmd
    omit 183ddb2576 another workaround
    omit 6fed44295e remove arm64 4.6
    omit 5fc7892dd6 R 4.6 arm64 is now min sonoma
    omit de3c1b44e5 restore guarding MAKEFLAGS reset on linux
    omit 822dad6943 Update artifacts for R 4.6
    omit 4412b0f2b6 Update github.linux.arrow.version.back.compat.yml
    omit dc93b8b6d3 MINOR: [Dev][CI] Install libuv1-dev in dev.yml lint step 
for R fs package (#49791)
    omit cd24fcd2ed Update NEWS.md for 24.0.0
     add 913ae15dd8 GH-49793: [R] Update NEWS.md for 24.0.0 (#49794)
     add 75cf5fbe50 GH-49534: [R] Implement dplyr recode_values(), 
replace_values(), and replace_when() (#49536)
     add a8fff083a0 MINOR: [Dev][CI] Install libuv1-dev in dev.yml lint step 
for R fs package (#49791)
     add 5903161abb Update github.linux.arrow.version.back.compat.yml
     add c22b47f37a update r-binary-packages artifacts
     add ceecd43bc4 update setup.Rmd
     add 07700c6b55 support cmake >4
     add 1e3abea477 remove badges
     add a824a47233 [CRAN] Add checksums
     add 41fbc3b266 Try another potential fix

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (32b2512675)
            \
             N -- N -- N   refs/heads/maint-24.0.0-r (41fbc3b266)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                                        |   1 +
 r/NEWS.md                                          |  19 +-
 r/R/arrow-package.R                                |   2 +-
 r/R/dplyr-funcs-conditional.R                      | 260 ++++++++++++++++---
 r/R/dplyr-funcs-doc.R                              |   5 +-
 r/README.md                                        |   9 -
 r/man/acero.Rd                                     |   7 +-
 r/man/read_json_arrow.Rd                           |   2 +-
 r/man/schema.Rd                                    |   2 +-
 r/tests/testthat/test-dplyr-funcs-conditional.R    | 281 ++++++++++++++++++++-
 .../r-libarrow-darwin-arm64-24.0.0.zip.sha512      |   1 +
 .../r-libarrow-darwin-x86_64-24.0.0.zip.sha512     |   1 +
 .../r-libarrow-linux-x86_64-24.0.0.zip.sha512      |   1 +
 .../r-libarrow-windows-x86_64-24.0.0.zip.sha512    |   1 +
 r/tools/nixlibs.R                                  |   5 +-
 r/vignettes/developers/setup.Rmd                   |   4 +-
 16 files changed, 544 insertions(+), 57 deletions(-)
 create mode 100644 r/tools/checksums/r-libarrow-darwin-arm64-24.0.0.zip.sha512
 create mode 100644 r/tools/checksums/r-libarrow-darwin-x86_64-24.0.0.zip.sha512
 create mode 100644 r/tools/checksums/r-libarrow-linux-x86_64-24.0.0.zip.sha512
 create mode 100644 
r/tools/checksums/r-libarrow-windows-x86_64-24.0.0.zip.sha512

Reply via email to