WIP: [R] Verify CRAN release-19.0.1#45597
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
@github-actions crossbow submit --group r |
|
Revision: fed7eb7 Submitted crossbow builds: ursacomputing/crossbow @ actions-b7b0e0b19b |
|
I'll cherry-pick #45524 ( |
…with R lintr (#45524) ### Rationale for this change The linting jobs are failing due to the new version of `lintr` not installing `cyclocomp` anymore. We use `cyclocomp` but this is not part of the default linters of `lintr` anymore. We should install it individually. ### What changes are included in this PR? Install `cyclocomp` as part of setting up the linting environment for R on our linting job. Pin old version of `lintr` for R Windows job as it otherwise fails with a lot of new linter issues. ### Are these changes tested? Yes via CI. ### Are there any user-facing changes? No * GitHub Issue: #45521 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
|
Looks good now, closing and moving forward with CRAN prep. |
### Rationale for this change This fixed a compile error under Windows and MacOS when attempting to package this library as a Conan package: conan-io/conan-center-index#26623 ### What changes are included in this PR? It adds 2 missing headers from the STL, array and vector, which cause resulting compiler errors. ### Are these changes tested? They are tested and passing for the Conan package of these libraries here: conan-io/conan-center-index#26623 ### Are there any user-facing changes? No, only changes within a source file. * GitHub Issue: #45545 Authored-by: Antony Peacock <ant.peacock@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>
### Rationale for this change Increase the timeout, see if that's the issue on CRAN. ### What changes are included in this PR? Timeout, increased ### Are these changes tested? No ### Are there any user-facing changes? Slightly slower downloads are possible.
…#45606) ### Rationale for this change Fix warnings, pass on CRAN ### What changes are included in this PR? Removing some whitespace ### Are these changes tested? Yes ### Are there any user-facing changes? No, other than being releasable on CRAN * GitHub Issue: #45605 Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>
|
@github-actions crossbow submit r-recheck-* |
|
Revision: c47a022 Submitted crossbow builds: ursacomputing/crossbow @ actions-0096a13a3f
|
Caution
Do not merge this PR.
This PR is being used to prepare for the CRAN submission for 19.0.1.
See packaging checklist: #45581.