This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new adcbe2b86d GH-38138: [R] Add curl to suggests for use of
`skip_if_offline()` (#38140)
adcbe2b86d is described below
commit adcbe2b86daae5c21cd14743c8e1fc3f525d67ec
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Oct 9 11:00:10 2023 -0300
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 <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
r/DESCRIPTION | 1 +
1 file changed, 1 insertion(+)
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index 0088e59080..6e66c3bc7b 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,