Not able to Install H2O package on R

Hello Admin,

I am not able to install H2o package on R through my command line. This is because the Rcurl and other dependencies are not getting installed. Some packages might need Super User Permissions. Can you please make sure that this package is made available. It might need JDK 1.8 as well. It would be sufficient even if you make it available only for me. I tried but failed

installation of package ‘h2o’ had non-zero exit status

install.packages(“RCurl”)
Installing package into ‘/home/gopalannarasimha9000/R/x86_64-redhat-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
trying URL ‘https://ftp.gwdg.de/pub/misc/cran/src/contrib/RCurl_1.95-4.8.tar.gz
Content type ‘application/octet-stream’ length 916934 bytes (895 KB)
==================================================
downloaded 895 KB

Warning message in install.packages(“h2o”):
“‘lib = “/usr/local/anaconda/envs/py36/lib/R/library”’ is not writable”

When I try to install the same package through Jupyter Note ,ok, It gives the same error. Please help
How to get rid of this error. Is this permission issue,? Also how to install other packages if needed

Hi @Gopal_Narasimha,

I have installed H2o on e.cloudxlab.com

Please check it once on Jupyter. If it is okay then we will install it on other machines also

Thanks

1 Like