Skip to content
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

installation error in r programming #16455

Open
ykocaturk opened this issue Nov 20, 2024 · 1 comment
Open

installation error in r programming #16455

ykocaturk opened this issue Nov 20, 2024 · 1 comment
Labels

Comments

@ykocaturk
Copy link

H2O version, Operating System and Environment
last version.

Actual behavior

URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip' deneniyor
Content type 'application/zip' length 266683902 bytes (254.3 MB)

downloaded 236.0 MB

Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip' failed
Ek olarak: Uyarı mesajları:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 247508059 != reported length 266683902
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/h2o_3.44.0.3.zip': Timeout of 60 seconds was reached
download.packages(pkgs, destdir = tmpd, available = available, 'de uyarı:
download of package 'h2o' failed

@ykocaturk ykocaturk added the bug label Nov 20, 2024
@tomasfryda
Copy link
Contributor

I would suggest to increase the timeout.
For example to 10 minutes:

> options(timeout=600)
> install.packages("h2o")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants