amoeba commented on issue #41265:
URL: https://github.com/apache/arrow/issues/41265#issuecomment-2062301107
Hi @aaelony-fb and @joonlee3, sorry for the difficulty. The Mac build on
CRAN is broken at the moment and, while we work on a fix, the best way to
install arrow R on a Mac is from r-universe:
```r
install.packages('arrow', repos = c('https://apache.r-universe.dev'))
```
`arrow::install_arrow(binary = FALSE)` should also work.
--
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]