Skip to content

WIP: [R] Verify CRAN 24.0.0 release#49859

Closed
amoeba wants to merge 10 commits intomaint-24.0.0from
maint-24.0.0-r
Closed

WIP: [R] Verify CRAN 24.0.0 release#49859
amoeba wants to merge 10 commits intomaint-24.0.0from
maint-24.0.0-r

Conversation

@amoeba
Copy link
Copy Markdown
Member

@amoeba amoeba commented Apr 25, 2026

Don't merge, just testing jobs for R release.

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

@github-actions crossbow submit --group r

@github-actions
Copy link
Copy Markdown

Revision: cd24fcd

Submitted crossbow builds: ursacomputing/crossbow @ actions-816e2d1fef

Task Status
r-binary-packages GitHub Actions
r-recheck-most GitHub Actions
test-r-alpine-linux-cran GitHub Actions
test-r-arrow-backwards-compatibility GitHub Actions
test-r-depsource-system GitHub Actions
test-r-dev-duckdb GitHub Actions
test-r-devdocs GitHub Actions
test-r-extra-packages GitHub Actions
test-r-fedora-clang GitHub Actions
test-r-gcc-11 GitHub Actions
test-r-gcc-12 GitHub Actions
test-r-install-local GitHub Actions
test-r-install-local-minsizerel GitHub Actions
test-r-linux-as-cran GitHub Actions
test-r-linux-rchk GitHub Actions
test-r-linux-sanitizers GitHub Actions
test-r-linux-valgrind GitHub Actions
test-r-m1-san GitHub Actions
test-r-macos-as-cran GitHub Actions
test-r-offline-maximal GitHub Actions
test-r-ubuntu-22.04 GitHub Actions
test-r-versions GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

cherry picked 70f8c20

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

@github-actions crossbow submit test-r-arrow-backwards-compatibility

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

@github-actions crossbow submit test-r-depsource-system

@github-actions
Copy link
Copy Markdown

Revision: 4412b0f

Submitted crossbow builds: ursacomputing/crossbow @ actions-3855c8250d

Task Status
test-r-arrow-backwards-compatibility GitHub Actions

@github-actions
Copy link
Copy Markdown

Revision: 4412b0f

Submitted crossbow builds: ursacomputing/crossbow @ actions-4cdd90f78b

Task Status
test-r-depsource-system GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

Need to bump oldrel/release for r-binary-packages and backport to main.

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

@github-actions crossbow submit r-binary-packages

@github-actions
Copy link
Copy Markdown

Revision: 822dad6

Submitted crossbow builds: ursacomputing/crossbow @ actions-57a12f069a

Task Status
r-binary-packages GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 25, 2026

The devdocs error looks like a real issue:

Error: Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...):
ERROR: loading failed
* removing ‘/home/runner/work/_temp/Library/arrow’
* restoring previous ‘/home/runner/work/_temp/Library/arrow’
 unable to load shared object '/home/runner/work/_temp/Library/00LOCK-r/00new/arrow/libs/arrow.so':
  /home/runner/work/crossbow/crossbow/dist/lib/libarrow_compute.so.2400: undefined symbol: _ZN5arrow6Status14AddContextLineEPKciS2_

Probably related to #49381.

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

@github-actions crossbow submit test-r-devdocs

@github-actions
Copy link
Copy Markdown

Revision: de3c1b4

Submitted crossbow builds: ursacomputing/crossbow @ actions-ef34d47c47

Task Status
test-r-devdocs GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

@github-actions crossbow submit r-binary-packages

@github-actions
Copy link
Copy Markdown

Revision: 5fc7892

Submitted crossbow builds: ursacomputing/crossbow @ actions-0e54744878

Task Status
r-binary-packages GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

@github-actions crossbow submit r-binary-packages

@github-actions
Copy link
Copy Markdown

Revision: 6fed442

Submitted crossbow builds: ursacomputing/crossbow @ actions-1049286e88

Task Status
r-binary-packages GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

@github-actions crossbow submit test-r-devdocs

@github-actions
Copy link
Copy Markdown

Revision: 32b2512

Submitted crossbow builds: ursacomputing/crossbow @ actions-a8004d5c4e

Task Status
test-r-devdocs GitHub Actions

thisisnic and others added 8 commits April 25, 2026 23:21
### Rationale for this change

Update NEWS for 24.0.0

### What changes are included in this PR?

Update NEWS for 24.0.0

### Are these changes tested?

No

### Are there any user-facing changes?

No
* GitHub Issue: #49793

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
…replace_when() (#49536)

### Rationale for this change

Implement new dplyr functions

### What changes are included in this PR?

Implement them

### Are these changes tested?

Yeah

### Are there any user-facing changes?

Moar functions

### AI Use

Code generated using Claude, with plenty of input from me. I've gone through it in detail and refactored lots, but it needs a last pass before it's ready for review.

* GitHub Issue: #49534

Lead-authored-by: Nic Crane <thisisnic@gmail.com>
Co-authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
…kage (#49791)

### Rationale for this change

Pre-commit in CI just started to fail trying to install the R `fs` package. See https://github.com/apache/arrow/actions/runs/24610839359. 

I think we didn't see this until now because we were using cached pre-commit and a recent PR of mine just invalidated the cache incidentally. See also #49594. The `fs` package recently made a change that requires we install libuv development headers to install it.

### What changes are included in this PR?

- Updates dev.yml to Install libuv1-dev

### Are these changes tested?

Yes. See my other PR: #49788 (comment).

### Are there any user-facing changes?

No.

Authored-by: Bryce Mecum <petridish@gmail.com>
Signed-off-by: Bryce Mecum <petridish@gmail.com>
arm64 release is still 4.5 for some reason
without cmake_minimum_required, probing for s3 was failing for me
@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

@github-actions crossbow submit test-r-devdocs

@github-actions
Copy link
Copy Markdown

Revision: 41fbc3b

Submitted crossbow builds: ursacomputing/crossbow @ actions-4314b7161c

Task Status
test-r-devdocs GitHub Actions

@amoeba
Copy link
Copy Markdown
Member Author

amoeba commented Apr 26, 2026

Closing as the CI is green enough. the devdocs thing we'll have to return to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants