thisisnic opened a new issue, #47939:
URL: https://github.com/apache/arrow/issues/47939
### Describe the enhancement requested
More stuff from claude, seems like a good plan though AFAICT.
### Describe the enhancement requested
The R CRAN packaging checklist in `r/PACKAGING.md` is missing a step to
commit the checksums after downloading them.
**Current situation:**
Line 60 of `r/PACKAGING.md` says:
- Run Rscript tools/update-checksums.R <libarrow version> to download the
checksums for the pre-compiled binaries from the ASF
artifactory into the tools directory.
- Regenerate arrow_X.Y.Z.tar.gz (i.e., make build).
However, the `tools/checksums/` directory is gitignored, and past CRAN
releases have all included commits adding the checksums:
- [maint-17.0.0-r commit
598844a](https://github.com/apache/arrow/commit/598844a82a) - "[cran] add
checksums" by @assignUser
- [commit 12ec8425](https://github.com/apache/arrow/commit/12ec842516) -
"[CRAN] Add checksums" by @assignUser
- [commit 3e1cf8e0](https://github.com/apache/arrow/commit/3e1cf8e005) -
"[CRAN] Add checksums" by @assignUser
**Proposed change:**
Add a step to the checklist after running `update-checksums.R`:
```markdown
- [ ] Run `Rscript tools/update-checksums.R <libarrow version>` to
download the checksums for the pre-compiled binaries from the
ASF artifactory into the tools directory.
- [ ] Commit the checksums: `git add -f tools/checksums/ && git commit -m
"[CRAN] Add checksums"`
- [ ] Regenerate arrow_X.Y.Z.tar.gz (i.e., `make build`).
```
This documents the binary versions tested against and follows the pattern
from previous releases.
### Component(s)
R
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]