jonkeane opened a new issue, #48397: URL: https://github.com/apache/arrow/issues/48397
### Describe the enhancement requested We have recently [turned off GCS](https://github.com/apache/arrow/pull/48343) because building it's dependencies is exceptionally fragile and we weren't certain anyone was even really using it. This is practically speaking the right move for circumstances where we don't have much control over the build environment. But we _do_ have our built libarrow binaries that we already do fully build these features for. How should we go about suggesting that folks can get a more-full-features build if they use that? A few possible options: * Rely on r-universe (though this might require changes to either ensure those are built more fully or that those pull our libarrow binaries) * Rely on `install.packages(...)` with some alternate setting: `LIBARROW_BINARY=true`, `type="source"`, etc. * Something else? ### Component(s) R -- 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]
