assignUser opened a new pull request, #39148:
URL: https://github.com/apache/arrow/pull/39148
### Rationale for this change
We have to complete several different steps before we can `R CMD build` the
tarball for CRAN. `bootstrap.R` automates most of them.
### What changes are included in this PR?
When on release version:
- install dev deps for doc building etc.
- download pre-build binary checksums from artifactory
- run {urlchecker}
- remove badges from `DESCRIPTION`
- run `make sync-cpp` and `make doc`
### Are these changes tested?
locally
### Are there any user-facing changes?
No, as it will not be part of the release tarball and if not run with a
release version all steps will be skipped to avoid issues with
`devtools::install_github` and `pak::pak` that also run the script.
--
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]