You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running reverse dependency checks is part of our CRAN packaging checklist (see such a list for 17.0.0). In the far past, one of us has run these checks locally which takes quite a bit of time. In the recent past, I've been running recheck which uses GHA to run similar checks and it's proven useful because it's faster and it appears to be accurate.
We should add the recheck workflow to our CI setup so R maintainers can run the workflow themselves. Recheck doesn't support checking a package in a subdirectory like we have here so there's one step before we can start using the workflow here.
…ies on GHA (#43784)
### Rationale for this change
See #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. #44523 (comment).
### Are there any user-facing changes?
No.
* GitHub Issue: #43547Fixes#43547.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
Describe the enhancement requested
Running reverse dependency checks is part of our CRAN packaging checklist (see such a list for 17.0.0). In the far past, one of us has run these checks locally which takes quite a bit of time. In the recent past, I've been running recheck which uses GHA to run similar checks and it's proven useful because it's faster and it appears to be accurate.
We should add the recheck workflow to our CI setup so R maintainers can run the workflow themselves. Recheck doesn't support checking a package in a subdirectory like we have here so there's one step before we can start using the workflow here.
Component(s)
Continuous Integration, R
The text was updated successfully, but these errors were encountered: