paleolimbot commented on a change in pull request #11870: URL: https://github.com/apache/arrow/pull/11870#discussion_r763940877
########## File path: r/tools/nixlibs.R ########## @@ -47,7 +47,10 @@ quietly <- !env_is("ARROW_R_DEV", "true") # Default is build from source, not download a binary build_ok <- !env_is("LIBARROW_BUILD", "false") -binary_ok <- env_is("LIBARROW_BINARY", "true") || env_is("NOT_CRAN", "true") +# For LIBARROW_BINARY we support "true" or the name of the OS to use to +# locate the appropriate binary (e.g., ubuntu-18.04). When NOT_CRAN=true, the +# configure script sets LIBARROW_BINARY=true. Review comment: This fell off my radar last night...fixed! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org