Skip to content

Commit

Permalink
apacheGH-38138: [R] Add curl to suggests for use of `skip_if_offline(…
Browse files Browse the repository at this point in the history
…)` (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
paleolimbot authored and Jeremy Aguilon committed Oct 23, 2023
1 parent 167efa6 commit 3434bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RoxygenNote: 7.2.3
Config/testthat/edition: 3
Suggests:
blob,
curl,
cli,
DBI,
dbplyr,
Expand Down

0 comments on commit 3434bcd

Please sign in to comment.