有人知道是否有任何(简单的)方法可以使 StatEt 与 R 2.15 一起使用?当前的 StatEt 版本被冻结为 R 2.14 版本。
2 回答
我使用带有RJ 1.1的StatET 3.0的测试版,它正式支持R 2.15。安装说明建议StatET 2.0 正式支持 R 2.12 - 2.14。StatET 3.0 的更新站点取决于您的 Eclipse 版本:
http://download.walware.de/eclipse-3.8/testing
http://download.walware.de/eclipse-3.7/testing
http://download.walware.de/eclipse-3.6/testing
StatET 3.0 需要 rj 和 rj.gd 1.1 版,可以从 R 中安装:
install.packages(c("rj", "rj.gd"), repos="http://download.walware.de/rj-1.1")
有关 StatET 3.0 的更多详细信息,请参阅以下两个线程:
http://lists.r-forge.r-project.org/pipermail/statet-user/2012-May/001408.html
http://lists.r-forge.r-project.org/pipermail/statet-user/2012-February/001284.html
I had a few issues with setting up StatET in Windows and wrote therefore a small blog-tutorial about it that might be of use, you can find it here.
The setup is 64-bit Windows 7, R 2.15 64-bit & 64-bit Indigo Eclipse.