hutch3232 commented on PR #40232:
URL: https://github.com/apache/arrow/pull/40232#issuecomment-1977839321

   Got it working! After finding the above link, I realized that when calling 
`utils::tar` that block could have been run if `extra_flags` is `NULL`. It 
defaults to `""`, so I changed it to get that check that R CMD BUILD uses.
   
   ```R
   > create_package_with_all_dependencies()
   Downloading Arrow source file
   trying URL 'https://cran.rstudio.com/src/contrib/arrow_14.0.2.1.tar.gz'
   Content type 'application/x-gzip' length 4273701 bytes (4.1 MB)
   downloaded 4.1 MB
   
   Repacking tar.gz file to arrow_14.0.2.1_with_deps.tar.gz
   Warning messages:
   1: file './arrow/cleanup' did not have execute permissions: corrected 
   2: file './arrow/configure' did not have execute permissions: corrected 
   ```
   
   Copied over the tarball to my linux machine and was able to install.


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

Reply via email to