h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.94k stars 2k forks source link

installation error in r programming #16455

Open ykocaturk opened 2 days ago

ykocaturk commented 2 days ago

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

tomasfryda commented 1 day ago

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

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