pormr commented on issue #34573: URL: https://github.com/apache/arrow/issues/34573#issuecomment-1502655159
You might want to install **binary** packages from repositories like Rstudio's package manager. [[ref1](https://arrow.apache.org/docs/r/articles/install.html#install-release-version-easy-way), [ref2](https://packagemanager.rstudio.com/__docs__/admin/serving-binaries/#binary-user-agents)] ```R options("download.file.method" = "wget", "download.file.extra" = sprintf("--header \"User-Agent: R (%s)\"", paste(getRversion(), R.version["platform"], R.version["arch"], R.version["os"]))) install.packages("arrow", repos = "https://packagemanager.rstudio.com/all/__linux__/<distrib>/latest") ``` You can check your linux distribution [here](https://packagemanager.rstudio.com/client/#/repos/2/packages/arrow:~:text=Own%20Python%20Packages-,DISTRIBUTION). -- 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]
