nealrichardson commented on code in PR #39602:
URL: https://github.com/apache/arrow/pull/39602#discussion_r1451848234


##########
r/vignettes/developers/setup.Rmd:
##########
@@ -281,11 +281,10 @@ withr::with_makevars(list(CPPFLAGS = "", LDFLAGS = ""), 
remotes::install_github(
   environment variables that determine how the build works and what features
   get built.
 * `TEST_OFFLINE_BUILD`: When set to `true`, the build script will not download
-  prebuilt the C++ library binary.
+  prebuilt the C++ library binary or, if needed, `cmake`.

Review Comment:
   I don't feel strongly; don't think it matters much one way or another. Most 
likely if you're reading this file, you've already tried to install and hit the 
error message that tells you what version you need 🤷 
   
   IMO your exact suggestion isn't worth adding, I'd think that appropriate 
version was implied. If you wanted to list the version here, I'd leave a 
comment in nixlibs.R next to `cmake_minimum_version` saying to update the 
vignette when you bump it. (Of course, that only gets bumped when we bump 
https://github.com/apache/arrow/blob/main/cpp/CMakeLists.txt#L18, and really 
only if anyone remembers that we have it listed here 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]

Reply via email to