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


##########
r/R/arrow-package.R:
##########
@@ -107,7 +107,12 @@
       #
       # Let's print a message if some are off
       if (some_features_are_off(features)) {
-        packageStartupMessage("See arrow_info() for available features")
+        packageStartupMessage(
+          paste(
+            "Some features of Arrow C++ are turned off.",
+            "Run `arrow_info()` for more information."

Review Comment:
   ```suggestion
               "Some features are not enabled in this build of Arrow.",
               "Run `arrow_info()` for more information."
   ```



-- 
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

Reply via email to