转
经过摸索,终于搞清楚了Tinn-R安装后遇到的一些问题解决方法,详细步骤如下:
0. 安装R和Tinn-R
1.打开Tinn-R 在菜单Options -> Application -> Rgui -> Recognition Set Type (caption search)* to Partial (自动排列窗口,工具栏生效)
2. 必须安装svSocket、tinn-r
3. 进行英文环境的调整。控制面板-区域和语言选项-区域选项-英文(英国),这样才能正常发送
4. 启动Tinn-R,点击菜单R-Configure-permanent(Rprofile.site),仅仅需要点击一次即可,不要重复点击,不然会冗余增加很多东西。
5. 设置TINN-R随R启动,将最下面的两行注释去掉,去掉后的结果如下:。
## Uncoment the two lines below if you want Tinn-R to always start R at start-up
## (Observation: check the path of Tinn-R.exe)
options(IDE='C:/Tinn-R/bin/Tinn-R.exe')
trStartIDE()