GH-50496: [R] Polish NEWS.md for 25.0.0#50497
Open
thisisnic wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
Contributor
There was a problem hiding this comment.
Pull request overview
Polishes the R package NEWS.md entry for the Arrow 25.0.0 CRAN release by reorganizing the release notes into tidyverse-style sections for improved readability and consistency.
Changes:
- Adds structured subsections for 25.0.0 (Breaking changes, New features, Minor improvements and fixes, Installation).
- Reflows and groups existing bullets under the new headings.
Comment on lines
+35
to
+36
| - Parquet files now support list-columns of ordered factors (ordered | ||
| dictionaries) (#49689). |
Comment on lines
+56
to
+57
| - Spurious "Invalid metadata$r" warnings are no longer emitted when reading | ||
| files with custom schema metadata (#48712). |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| - Dictionary arrays with `large_string` value types now convert correctly to R | ||
| factors (#39603). | ||
| - `open_dataset()` now gives a clearer error message when providing a mix of | ||
| readr and Arrow options (@Rich-T-kid, #33420). |
|
|
||
| ## Installation | ||
|
|
||
| - The R package now builds under r-universe/r-wasm (#49981). |
37 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
Polish NEWS.md for the 25.0.0 CRAN release.
What changes are included in this PR?
Organized and expanded NEWS entries following tidyverse style.
Are these changes tested?
No code changes, NEWS only.
Are there any user-facing changes?
No.