Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
eclipse中的Statet找不到rj包_Eclipse_R_Statet - Fatal编程技术网

eclipse中的Statet找不到rj包

eclipse中的Statet找不到rj包,eclipse,r,statet,Eclipse,R,Statet,我无法让Eclipse、Statet和R一起工作。我启动R时收到一个错误: 启动R控制台被取消,因为启动R引擎似乎失败。 请确保安装了R包“rj”(2.0或兼容),并且为R环境配置“R测试”正确设置了R库路径 我已经安装了EclipseLuna(64位)、Statet、Java1.8.0_25(64位)和R3.1.2(64位)。我在windows 7(64位)上运行。根据需要,我使用以下方式安装了软件包“rj”和“rj.gd”: 它安装得很好: packageDescription("rj")

我无法让Eclipse、Statet和R一起工作。我启动R时收到一个错误:

启动R控制台被取消,因为启动R引擎似乎失败。 请确保安装了R包“rj”(2.0或兼容),并且为R环境配置“R测试”正确设置了R库路径

我已经安装了EclipseLuna(64位)、Statet、Java1.8.0_25(64位)和R3.1.2(64位)。我在windows 7(64位)上运行。根据需要,我使用以下方式安装了软件包“rj”和“rj.gd”:

它安装得很好:

packageDescription("rj") 

Encoding: UTF-8  
Package: rj  
Version: 2.0.2-1  
Title: RJ - R Package for high-level Java-R library RJ  
Author: Stephan Wahlbrink, Tobias Verbeke, low-level R binding based on the JRI library by Simon Urbanek  
Maintainer: Stephan Wahlbrink <stephan.wahlbrink@walware.de>  
Depends: R (>= 2.11.0)  
Suggests: rj.gd  
SystemRequirements: java  
Description: Server implementation and R functions for the high-level Java-R library   RJ. The package also includes callback functions for StatET.  It is shipped with an adapted version of the JRI library.  The package can be used only when R was loaded via RJ.  
License: LGPL (>= 2.1)  
URL: http://www.walware.de/goto/opensource  
Packaged: 2014-07-11 15:43:15 UTC; build  
Built: R 3.1.1; x86_64-w64-mingw32; 2014-07-11 15:47:59 UTC; windows 

-- File: c:/~/R/win-library/3.1/rj/Meta/package.rds
packageDescription(“rj”)
编码:UTF-8
包装:rj
版本:2.0.2-1
标题:用于高级Java-R库RJ的RJ-R包
作者:Stephan Wahlbrink,Tobias Verbeke,基于Simon Urbanek的JRI库的低级R绑定
维护者:Stephan Wahlbrink
取决于:R(>=2.11.0)
建议:rj.gd
系统要求:java
描述:高级Java-R库RJ的服务器实现和R功能。该包还包括StatET的回调函数。它随JRI库的修改版本一起提供。只有通过RJ加载R时才能使用该软件包。
许可证:LGPL(>=2.1)
网址:http://www.walware.de/goto/opensource  
打包时间:2014-07-11 15:43:15 UTC;建造
建造:R3.1.1;x86_64-w64-mingw32;2014-07-11 15:47:59 UTC;窗户
--文件:c://~/R/win library/3.1/rj/Meta/package.rds
我确保库路径是正确的。我有点不知所措,怎么继续

谢谢你的帮助


Christoph

在R环境配置(运行->运行配置…->R配置->配置)中,我尝试了一些有效的方法: 不要在“R_LIBS_user”下指定用户库链接,而是在“R_LIBS_SITE”下添加一个条目

从那以后它就可以正常工作了


(我本应该包括可视指针,但没有代表)

我在R环境中将R\u LIBS\u USER设置为/library/文件夹,效果很好


你为R_LIBS_用户增加了什么价值?@WarrenP(我很可能在一年内得到一台新机器并努力重新设置StatET):使用R安装其软件包的目录,目前对我来说是
../Documents/R/win library/3.5
。所以你不能发布屏幕截图,因为你只有46个rep?把imgur链接发给我,我会把它贴出来。
packageDescription("rj") 

Encoding: UTF-8  
Package: rj  
Version: 2.0.2-1  
Title: RJ - R Package for high-level Java-R library RJ  
Author: Stephan Wahlbrink, Tobias Verbeke, low-level R binding based on the JRI library by Simon Urbanek  
Maintainer: Stephan Wahlbrink <stephan.wahlbrink@walware.de>  
Depends: R (>= 2.11.0)  
Suggests: rj.gd  
SystemRequirements: java  
Description: Server implementation and R functions for the high-level Java-R library   RJ. The package also includes callback functions for StatET.  It is shipped with an adapted version of the JRI library.  The package can be used only when R was loaded via RJ.  
License: LGPL (>= 2.1)  
URL: http://www.walware.de/goto/opensource  
Packaged: 2014-07-11 15:43:15 UTC; build  
Built: R 3.1.1; x86_64-w64-mingw32; 2014-07-11 15:47:59 UTC; windows 

-- File: c:/~/R/win-library/3.1/rj/Meta/package.rds