jonkeane commented on code in PR #41019:
URL: https://github.com/apache/arrow/pull/41019#discussion_r1552591720
##########
r/R/install-arrow.R:
##########
@@ -60,6 +62,7 @@ install_arrow <- function(nightly = FALSE,
minimal = Sys.getenv("LIBARROW_MINIMAL", FALSE),
verbose = Sys.getenv("ARROW_R_DEV", FALSE),
repos = getOption("repos"),
+ prefer_runiverse = TRUE,
Review Comment:
I don't _love_ the option profusion here, but I do think going to r-universe
first here is actually a nice plan. We don't have to muck with swapping to only
source builds on macOS in order to get libarrow (and then also if someone has a
borked gcc setup that would error too).
--
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]