eitsupi commented on code in PR #40232:
URL: https://github.com/apache/arrow/pull/40232#discussion_r1502811242


##########
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:
   ```suggestion
     if (!requireNamespace("pkgbuild", quietly = TRUE)) {
       stop("Package \"pkgbuild\" is required to build the source tarball.")
     }
   ```
   
   Seems typo?



-- 
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]

Reply via email to