我一直在从ST3运行R,但突然间它已停止工作,我无法弄清楚原因。当我在ST3中打开一个R文件时,在按下[Cmd + enter]后R没有打开。我已经尝试了以下事项:
1)检查用户设置中的Rgui路径是否正确(确实如此)。 2)检查文件是否是R扩展格式(确实如此)。
我重新安装了ST3,但问题仍然存在。我在Windows 7(64位)上运行ST3。
在命令行中,我收到以下错误:
在处理上述异常期间,发生了另一个异常:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 818, in run_
return self.run(edit)
File "SendText in C:\Users\Tim\AppData\Roaming\Sublime Text 3\Installed Packages\SendText.sublime-package", line 89, in run
File "SendText in C:\Users\Tim\AppData\Roaming\Sublime Text 3\Installed Packages\SendText.sublime-package", line 27, in send
File "./python3.3/subprocess.py", line 523, in call
File "./python3.3/subprocess.py", line 819, in __init__
File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
有没有人对如何解决这个问题有任何想法?