简体   繁体   English

在R中设置深水(H2O)的问题

[英]Issue With Getting Deep Water (H2O) Set Up in R

I am having trouble getting DeepWater up and running in R via H2O. 我无法通过H2O启动DeepWater并在R中运行。 I have downloaded the most recent .jar file ( I think) but I get the following error this install command: 我已经下载了最新的.jar文件(我认为),但是此安装命令出现以下错误:

install.packages("C:\\Users\\..\\Documents\\R\\win-
library\\3.4\\h2o_3.10.3.99999.tar.gz", repos = NULL, type = "source",
lib="C:\\Users\\..\\Documents\\R\\win-library\\3.4")
* installing *source* package 'h2o' ...
** R Error in .install_package_code_files(".", instdir) :  files in 'C:/Users/.../AppData/Local/Temp/RtmpuyZ5fc/R.INSTALL3783508571d/h2o/R' missing from 'Collate' field:   xgboost.R ERROR: unable to collate and parse R files for package 'h2o'
* removing 'C:/Users/.../Documents/R/win-library/3.4/h2o'
* restoring previous 'C:/Users/.../Documents/R/win-library/3.4/h2o' Warning in install.packages :   running command '"C:/PROGRA~1/R/R-34~1.0/bin/x64/R" CMD INSTALL -l "C:\Users\...\Documents\R\win-library\3.4" "C:/Users/.../Documents/R/win-library/3.4/h2o_3.10.3.99999.tar.gz"' had status 1 Warning in install.packages :   installation of package ‘C:/Users/.../Documents/R/win-library/3.4/h2o_3.10.3.99999.tar.gz’ had non-zero exit status Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) &&  :    missing value where TRUE/FALSE needed

Yes we had some unused deps in one of our files in version 3.10.3.x , the one you're using. 是的,我们在您使用的3.10.3.x版本的文件中有一些未使用的dep。

It should be fixed in the newest version, which is 3.11.0.X and which you can get from here . 应该在最新版本3.11.0.X进行修复,可以从此处获得。

@Edit: @编辑:

The above version was built for Linux, though - if you want to run it on windows you'll have to build it yourself according to the instructions here for deepwater and here for h2o . 但是,以上版本是为Linux构建的-如果要在Windows上运行,则必须根据此处针对深水此处h2o的说明自行构建。 We don't have nightly builds for Windows just yet. 我们还没有Windows的每晚构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM