jonkeane commented on code in PR #38534:
URL: https://github.com/apache/arrow/pull/38534#discussion_r1388221214
##########
r/tools/nixlibs.R:
##########
@@ -867,6 +887,8 @@ build_ok <- !env_is("LIBARROW_BUILD", "false")
# https://arrow.apache.org/docs/developers/cpp/building.html#offline-builds)
download_ok <- !test_mode && !env_is("TEST_OFFLINE_BUILD", "true")
+download_libarrow_ok <- download_ok && !env_is("LIBARROW_DOWNLOAD", "false")
Review Comment:
Would you mind adding this to the other env-var documentation we have at
https://github.com/apache/arrow/blob/1f71014435fd56c915aebe0a9ac982f6e8de6f94/r/vignettes/install.Rmd#L277-L336
?
Doing so might also clarify better for all of us the differences between
these / how they work together
--
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]