paleolimbot commented on pull request #11870:
URL: https://github.com/apache/arrow/pull/11870#issuecomment-987000616


   (I also verified that this works with my reprex above, and has a nicer 
incantation for when a user runs into this problem):
   
   ``` bash
   # docker pull hugojosefson/popos
   # docker run --rm -it hugojosefson/popos
   apt-get update && apt-get install -y r-base
   R -e "install.packages(c('remotes', 'bit', 'magrittr', 'ellipsis', 'glue', 
'assertthat', 'bit64', 'purrr', 'R6', 'rlang', 'tidyselect', 'vctrs'))"
   LIBARROW_BINARY=ubuntu-18.04 R -e 
"remotes::install_github('paleolimbot/arrow/r@r-nixlibs')"
   ```


-- 
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]


Reply via email to