-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R] Ensure timeout for download.file is set appropriately #38766
Comments
assignUser
pushed a commit
that referenced
this issue
Nov 18, 2023
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: #38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Nov 23, 2023
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: apache#38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
assignUser
pushed a commit
to thisisnic/arrow
that referenced
this issue
Nov 28, 2023
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: apache#38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
raulcd
pushed a commit
that referenced
this issue
Nov 28, 2023
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: #38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
assignUser
pushed a commit
to assignUser/arrow
that referenced
this issue
Dec 1, 2023
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: apache#38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
### Rationale for this change The download of static libraries during installation might be causing an install failure: https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64/arrow-00install.html ### What changes are included in this PR? The timeout value is temporarily increased according to guidance in the help for `download.file()` ### Are these changes tested? Yes, this code runs during install for at least some CI jobs (also used to download cmake) ### Are there any user-facing changes? No * Closes: apache#38766 Lead-authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Co-authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
From the documentation for
download.file()
: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
The text was updated successfully, but these errors were encountered: