amoeba commented on issue #40326: URL: https://github.com/apache/arrow/issues/40326#issuecomment-2164041725
Hi @honghh2018, it's good that you're able to build Arrow C++ locally, though you shouldn't normally have to do that to install the R package. Can you run the following in an R console and share the output as a [gist](https://gist.github.com/)? ```r > Sys.setenv(ARROW_R_DEV=TRUE, NOT_CRAN=TRUE) > install.packages("arrow") ``` -- 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]
