This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new cab2077b chore(r/adbcsnowflake): Use Suggests instead of
Config/Needs/check for arrow dependency (#1209)
cab2077b is described below
commit cab2077bf3f37b28ade361dc92bcc21f9243fa32
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Oct 18 12:57:48 2023 -0300
chore(r/adbcsnowflake): Use Suggests instead of Config/Needs/check for
arrow dependency (#1209)
---
r/adbcsnowflake/DESCRIPTION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r/adbcsnowflake/DESCRIPTION b/r/adbcsnowflake/DESCRIPTION
index 7cd20a99..8b4a5d25 100644
--- a/r/adbcsnowflake/DESCRIPTION
+++ b/r/adbcsnowflake/DESCRIPTION
@@ -17,11 +17,11 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
+ arrow,
nanoarrow,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-Config/Needs/check: arrow
URL: https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager