assignUser commented on issue #36848:
URL: https://github.com/apache/arrow/issues/36848#issuecomment-1652799284
Alternativly you could install from PPM, that binary also has most features
enabled:
```
options(
HTTPUserAgent =
sprintf(
"R/%s R (%s)",
getRversion(),
paste(getRversion(), R.version["platform"], R.version["arch"],
R.version["os"])
)
)
install.packages("arrow", repos =
"https://packagemanager.rstudio.com/all/__linux__/focal/latest")
```
--
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]