Commits


Bryce Mecum authored and GitHub committed f3abc6802a9
GH-43547: [R][CI] Add recheck workflow for checking reverse dependencies on GHA (#43784) ### Rationale for this change See https://github.com/apache/arrow/issues/43547. ### What changes are included in this PR? Adds two new new crossbow tasks for performing reverse dependency checking using https://github.com/r-devel/recheck: - `r-recheck-most` - `r-recheck-strong` ### Are these changes tested? Yes. https://github.com/apache/arrow/pull/44523#issuecomment-2434122461. ### Are there any user-facing changes? No. * GitHub Issue: #43547 Fixes https://github.com/apache/arrow/issues/43547. Authored-by: Bryce Mecum <petridish@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>