I had to install H2O R package on an offline server. I created a local repo via miniCRAN
and tried to install the package from it but installation failed with this error:
Error in download.file(md5_url, destfile = md5_file, mode = "w", cacheOK = FALSE, :
cannot open URL 'http://s3.amazonaws.com/h2o-release/h2o/rel-vajda/3/Rjar/h2o.jar.md5'
Error : unable to load R code in package ‘h2o’
ERROR: lazy loading failed for package ‘h2o’
* removing ‘/usr/lib64/R/library/h2o’
I circumvented this by manual transferring of installed binaries from an online server but this is obviously just a workaround. So is there a normal way to install H2O R package on an offline server?
The R install package is embedded in the zip download file.
This will work, assuming all the dependencies have also been downloaded and installed.
(Of course, substitute the specific version that you want.)