paleolimbot opened a new pull request, #843: URL: https://github.com/apache/arrow-adbc/pull/843
This PR aligns the R driver packages to use functionality available now that adbcdrivermanager and nanoarrow 0.2.0 is on CRAN. This simplifies installing drivers considerably because CRAN dependencies are picked up automatically (no more `Remotes:`!!), so `remotes::install_github(..., build = FALSE)` should work reliably. It also allows using `read_adbc()` which is much nicer for the README examples for each driver. While I had all the DESCRIPTIONs open, I also unified them so that they have a maximal chance of passing the CRAN incoming human review. While I had all the packages open I also unified the database/connection/statement implementations since the details had changed since I wrote the first one (I now pass on `...` so that the user can pass on options that have been added since the last time I looked at what they were, and `options` that are `NULL` are now removed automatically whereas before that bit of code was copied in about 12 places). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
