Skip to content

Commit

Permalink
Add docs for recheck tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 1, 2024
1 parent a077cc5 commit 5d3e238
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,13 @@ tasks:
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz

{% for which in ["strong", "most"] %}
# strong and most used here are defined by ?tools::package_dependencies as:
#
# strong: Depends, Imports, LinkingTo
# most: Depends, Imports, LinkingTo, Suggests
#
# So the key difference between strong and most is whether you want to expand
# the reverse dependency checking to Suggests (most) or not.
r-recheck-{{which}}:
ci: github
template: r/github.recheck.yml
Expand Down

0 comments on commit 5d3e238

Please sign in to comment.