karldw commented on a change in pull request #11001: URL: https://github.com/apache/arrow/pull/11001#discussion_r702304607
########## 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: Ah, I see. Thanks! I hadn't realized there were different types of RSPM repos, and I looked at a source-repo URL (`https://packagemanager.rstudio.com/cran/__linux__/focal/latest`). As the function is now, with a binary package it will fail when it tries to create `tools/thirdparty_dependencies/`, since the `tools/` directory doesn't exist. Do you want to make any changes? -- 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