amoeba commented on issue #41050: URL: https://github.com/apache/arrow/issues/41050#issuecomment-2041122441
Hi @torfason, the macOS CRAN binary for 15.0.1 unfortunately got built by CRAN without the usual features (including w/o Parquet). Until we get a fixed version up, you can install a full-featured version from [r-universe](https://apache.r-universe.dev/arrow), ```r install.packages("arrow", repos = c("https://apache.r-universe.dev")) ``` Let me know if that works for your case. -- 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]
