franksmithxyz opened a new pull request #7719:
URL: https://github.com/apache/arrow/pull/7719


   According to 
https://stat.ethz.ch/R-manual/R-devel/library/utils/html/download.file.html
   "On Windows, if mode is not supplied (missing()) and url ends in one of .gz, 
.bz2, .xz, .tgz, .zip, .rda, .rds or .RData, mode = "wb" is set such that a 
binary transfer is done to help unwary users.
   Code written to download binary files must use mode = "wb" (or "ab"), but 
the problems incurred by a text transfer will only be seen on Windows."
   This minor change allows the download code to work on Windows.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to