I am using RStudio .99.902 with R version 3.3.0 (2016-05-03)
I am trying to install the h2o package for 3.8.2.9 following the instructions at:
http://h2o-release.s3.amazonaws.com/h2o/rel-turchin/9/index.html
when I get to the install packages line, I the error message below. I can use the cran install (install.packages("h2o")), but it installs the wrong version (3.8.2.6) and the libraries don't seem to work. Same error happens when not using R Studio
H2O VERSION: 3.8.2.9
OS: WINDOWS 7
LANGUAGE: R
CODE AND ERROR MESSAGE:
install.packages("h2o", type="source", repos=(c("
http://h2o-release.s3.amazonaws.com/h2o/rel-turchin/9/R")))
Installing package into ‘\\
cable.comcast.com/corp-dfs/CHQ-Contractor/kdaile001c/My Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
trying URL '
http://h2o-release.s3.amazonaws.com/h2o/rel-turchin/9/R/src/contrib/h2o_3.8.2.9.tar.gz'
Content type 'application/x-tar; charset=binary' length 54629364 bytes (52.1 MB)
downloaded 52.1 MB
* installing *source* package 'h2o' ...
** R
** demo
** inst
** preparing package for lazy loading
Creating a generic function for 'summary' from package 'base' in package 'h2o'
Warning in file(con, "r") :
cannot open file '\\
cable.comcast.com/corp-dfs/CHQ-Contractor/kdaile001c/My Documents/R/win-library/3.3/h2o/branch.txt': No such file or directory
Error in file(con, "r") : cannot open the connection
Error : unable to load R code in package 'h2o'
ERROR: lazy loading failed for package 'h2o'
* removing '\\
cable.comcast.com/corp-dfs/CHQ-Contractor/kdaile001c/My Documents/R/win-library/3.3/h2o'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-33~1.0/bin/x64/R" CMD INSTALL -l "\\
cable.comcast.com\corp-dfs\CHQ-Contractor\kdaile001c\My Documents\R\win-library\3.3" C:\Users\KDAILE~1\AppData\Local\Temp\Rtmp6rkdq7/downloaded_packages/h2o_3.8.2.9.tar.gz' had status 1
Warning in install.packages :
installation of package ‘h2o’ had non-zero exit status