hutch3232 commented on code in PR #40232: URL: https://github.com/apache/arrow/pull/40232#discussion_r1502818463
########## r/R/install-arrow.R: ########## @@ -190,6 +190,9 @@ reload_arrow <- function() { #' } #' @export create_package_with_all_dependencies <- function(dest_file = NULL, source_file = NULL) { + if (!requireNamespace("pkgdown", quietly = TRUE)) { + stop("Package \"pkgdown\" is required to build the source tarball.") + } Review Comment: 🤦‍♂️whoops, sorry about that copy/paste error. thanks for catching that. -- 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