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


##########
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:
   ```suggestion
     prebuilt the C++ library binary or, if needed, `cmake` of an appropriate 
version.
   ```
   
   We could also say "`cmake` >= 3.16" here instead, but then have to make sure 
we bump both. But it might be nice to call out the version requirement 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