RiskyMaor commented on issue #40759:
URL: https://github.com/apache/arrow/issues/40759#issuecomment-2016864316

   If you happen to build Arrow's R package, I managed to get it work by 
switching the installation source to RSPM which holds binaries to Debian (and 
other Linux distros).
   
   Docker Command to install `arrow 13.0.0`:
   
   ```
   RUN R -e "renv::install(packages = 'arrow', repos = 
'https://packagemanager.posit.co/cran/__linux__/bookworm/2023-09-01')"
   ```
   
   If you have a different distro or want a different arrow version, follow 
this for your desired Repository URL:
   
https://packagemanager.posit.co/client/#/repos/cran/setup?snapshot=latest&distribution=debian-12
   


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