paleolimbot opened a new issue, #38766:
URL: https://github.com/apache/arrow/issues/38766
### Describe the bug, including details regarding any error messages,
version, and platform.
From the documentation for `download.file()`:
```
The timeout for many parts of the transfer can be set by the option timeout
which defaults to 60 seconds. This is often insufficient for downloads of
large
files (50MB or more) and so should be increased when download.file is used in
packages to do so. Note that the user can set the default timeout by the
environment variable R_DEFAULT_INTERNET_TIMEOUT in recent versions of
R, so to ensure that this is not decreased packages should use something like
options(timeout = max(300, getOption("timeout")))
(It is unrealistic to require download times of less than 1s/MB.)
```
I recently ran into an issue on macbuilder with adbcsnowflake where the
default value of 60 was insufficient to download the Go dependency sources (34
MB). Our Windows static libs are ~70 MB, and so a timeout might have caused the
issue we see with R-devel on Windows (`Arrow C++ library was not found`).
### Component(s)
R
--
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]