nealrichardson commented on a change in pull request #9170:
URL: https://github.com/apache/arrow/pull/9170#discussion_r555990658
##########
File path: r/R/arrow-package.R
##########
@@ -76,6 +76,39 @@ option_use_threads <- function() {
!is_false(getOption("arrow.use_threads"))
}
+#' Report information on the package's capabilities
+#'
+#' This function summarizes a number of build-time configurations and run-time
+#' settings for the Arrow package. It may be useful for diagnostics.
+#' @return A list including version information, boolean "capabilities", and
+#' statistics from Arrow's memory allocator.
Review comment:
I don't think it makes sense to separate them; I expect that this is a
function I'll ask bug reporters to run to give me all of the arrow debug
information about their setup.
----------------------------------------------------------------
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]