Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-38138: [R] Add curl to suggests for use of `skip_if_offline(…
…)` (apache#38140) ### Rationale for this change testthat now requires the curl package for `skip_if_offline()`. Previously tests were skipped; how the tests fail (although the message is somewhat bizarre). ### What changes are included in this PR? Include curl explicitly as an optional dependency so that our dependency install step picks it up. ### Are these changes tested? Covered by existing tests ### Are there any user-facing changes? No. * Closes: apache#38138 Authored-by: Dewey Dunnington <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
- Loading branch information