We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H2O version, Operating System and Environment last version.
Actual behavior
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
The text was updated successfully, but these errors were encountered:
I would suggest to increase the timeout. For example to 10 minutes:
> options(timeout=600) > install.packages("h2o")
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: