You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/13 07:26:37 UTC

[GitHub] [arrow] wjones127 commented on issue #13372: R installation and Brotli error code

wjones127 commented on issue #13372:
URL: https://github.com/apache/arrow/issues/13372#issuecomment-1153569695

   Unfortunately, those instructions are primarily aimed at Linux users. `install.packages()` for MacOS installs pre-compiled binaries, which looks like they don't include Brotli.
   
   In theory, you should be able to run this instead:
   
   ```
   arrow::install_arrow(minimal=FALSE)
   ```
   
   (Though I found this doesn't work on my machine.)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org