From adcbe2b86daae5c21cd14743c8e1fc3f525d67ec Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Mon, 9 Oct 2023 11:00:10 -0300 Subject: [PATCH] GH-38138: [R] Add curl to suggests for use of `skip_if_offline()` (#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: #38138 Authored-by: Dewey Dunnington Signed-off-by: Jacob Wujciak-Jens --- r/DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/r/DESCRIPTION b/r/DESCRIPTION index 0088e590803a6..6e66c3bc7b707 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -45,6 +45,7 @@ RoxygenNote: 7.2.3 Config/testthat/edition: 3 Suggests: blob, + curl, cli, DBI, dbplyr,