amoeba commented on issue #44859:
URL: https://github.com/apache/arrow/issues/44859#issuecomment-2502344866
Thanks. Can you please try install OpenSSL@3 with
```sh
brew install openssl@3
```
And then running a similar command to above (with one tweak):
```r
Sys.setenv("ARROW_R_DEV"=TRUE, "NOT_CRAN" = "true")
install.packages("arrow", type = "source")
```
--
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]