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

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


    from beccec0d0c MINOR: [Release] Update versions for 25.0.1
     new cecf599faf Remove badges
     new d1fb01549e Update NEWS
     new df0fca684d MINOR: [R] Adjust parallel::detectCores if NA to not break 
--parallel input in CMake (#50317)
     new a9f512d662 GH-50339: [R] read_ipc_stream fails to unify nested uint64 
fields inside a Struct array across record batches (#50374)
     new a518a81e69 GH-50495: [R] 25.0.0 Release followups (#50786)
     new 64e1b80aea Reove duplication from NEWS

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:
 r/NAMESPACE                        |   2 -
 r/NEWS.md                          |  45 +++++++++++++-
 r/R/arrow-info.R                   |   6 --
 r/R/dataset-format.R               |   1 -
 r/R/dplyr-funcs-doc.R              |  34 +++++------
 r/R/filesystem.R                   | 121 +++++++++++++++++++++++++++++++++++++
 r/R/type.R                         |  23 +++----
 r/README.md                        |   8 ---
 r/data-raw/docgen.R                |   8 ++-
 r/man/FileSystem.Rd                |  35 +++++++++++
 r/man/acero.Rd                     |  36 +++++------
 r/man/arrow_info.Rd                |   3 -
 r/man/data-type.Rd                 |  15 ++---
 r/man/infer_type.Rd                |   5 +-
 r/src/array_to_vector.cpp          |   9 +--
 r/src/arrowExports.cpp             |  44 +++++++-------
 r/src/type_infer.cpp               |   2 +-
 r/tests/testthat/test-Array.R      |  27 ++++++---
 r/tests/testthat/test-arrow-info.R |   4 --
 r/tests/testthat/test-type.R       |   9 ---
 r/tools/nixlibs.R                  |   3 +-
 r/vignettes/data_types.Rmd         |  15 +++--
 22 files changed, 315 insertions(+), 140 deletions(-)

Reply via email to