karldw commented on a change in pull request #11001:
URL: https://github.com/apache/arrow/pull/11001#discussion_r702201942
##########
File path: r/R/install-arrow.R
##########
@@ -137,3 +136,91 @@ reload_arrow <- function() {
message("Please restart R to use the 'arrow' package.")
}
}
+
+
+#' Create an install package with all thirdparty dependencies
+#'
+#' @param dest_file File path for the new tar.gz package. Defaults to
+#' `arrow_V.V.V_with_deps.tar.gz` in the current directory (`V.V.V` is the
version)
+#' @param source_file File path for the input tar.gz package. Defaults to
+#' downloading the package.
Review comment:
I think (hope) things would still work as expected with RStudio Package
Manager. I specified `type = "source"` in `download.packages`, and it seems
like RStudio Package Manager can give a standard source package.
I'm happy to document the RStudio Package Manager case, though I imagine
most people would just install arrow, have the binary package just work, and
not go digging for this function.
--
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]