jonkeane commented on a change in pull request #9896:
URL: https://github.com/apache/arrow/pull/9896#discussion_r608105023
##########
File path: r/R/arrow-package.R
##########
@@ -200,6 +195,9 @@ print.arrow_info <- function(x, ...) {
jemalloc = "jemalloc" %in% x$memory_pool$available_backends,
mimalloc = "mimalloc" %in% x$memory_pool$available_backends
))
+ if (some_features_are_off(x$capabilities)) {
+ cat("To reinstall with more features enabled, see\n
https://arrow.apache.org/docs/r/articles/install.html\n\n")
Review comment:
```suggestion
cat("If you need any of the capabilities marked FALSE, you can
reinstall with more features enabled, see\n
https://arrow.apache.org/docs/r/articles/install.html\n\n")
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]