amoeba commented on issue #44824:
URL: https://github.com/apache/arrow/issues/44824#issuecomment-2536691263

   Hi @mark-andrews, running the same steps as the above works fine for me:
   
   ```r
   $ docker run -it rocker/r-ver
   > 
source("https://raw.githubusercontent.com/apache/arrow/main/r/R/install-arrow.R";)
   > create_package_with_all_dependencies("my_arrow_pkg.tar.gz")
   Downloading Arrow source file
   trying URL 'https://p3m.dev/cran/latest/src/contrib/arrow_18.1.0.tar.gz'
   Content type 'binary/octet-stream' length 4548708 bytes (4.3 MB)
   ==================================================
   downloaded 4.3 MB
   
   Repacking tar.gz file to /tmp/RtmpwP4ypv/my_arrow_pkg.tar.gz
   ```
   
   A difference I see is the version of arrow it grabbed is newer for me. Can 
you try again and let us know if that works better?


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