thisisnic commented on PR #50525: URL: https://github.com/apache/arrow/pull/50525#issuecomment-5004855228
> *** Unable to retrieve libarrow for version 25.0.0.9000 (windows-x86_64) Thanks, that's helpful! It looks like there's an issue with our nightly C++ builds, so actually while we're fixing that then we can probably only easily build on CI so that's fine for now. This is super useful to know though, will have a look at getting it fixed. Once it is fixed, I think that setting the `ARROW_R_DEV` environment variable to `TRUE` will enabled you to use the nightly builds easily: `Sys.setenv(ARROW_R_DEV = "true")` -- 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]
