jeroen opened a new issue, #39638:
URL: https://github.com/apache/arrow/issues/39638
### Describe the enhancement requested
As discussed with @thisisnic:
We could mention somewhere in the README or docs that precompiled binaries
of the dev version of the R package can be installed directly from r-universe:
```r
install.packages('arrow', repos = c('https://apache.r-universe.dev',
'https://cloud.r-project.org'))
```
The arrow R package on https://apache.r-universe.dev/arrow is updated
approximately every hour from the git main. Binaries of the R package are built
for macos (x86_64+arm64), windows, and ubuntu:latest. So users on MacOS or
Windows can test a nightly build of the R package without to setup the
development environment, and build things from source.
### 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]