Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion r/vignettes/developers/workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ R CMD check arrow_*.tar.gz --as-cran
On a pull request, there are some actions you can trigger by commenting on the
PR. These extended CI checks are run nightly and can also be requested on-demand
using an internal tool called
[crossbow](https://arrow.apache.org/docs/developers/crossbow.html).
[crossbow](https://arrow.apache.org/docs/developers/continuous_integration/crossbow.html).
A few important GitHub comment commands are shown below.

#### Run all extended R CI tasks
Expand Down
Loading