我想在Ubuntu 64位机器上运行一个包含交互部分的脚本。不幸的是,它无法抛出以下错误:
Error in setGraphicsEventEnv(which, as.environment(list(...))) :
this graphics device does not support event handling
任何提示我如何设置R,使其支持事件处理?应该根据文档支持X11。
这个例子在我的机器上失败了,出现了上面的错误:http://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/getGraphicsEvent.html
谢谢!在
$ R——versionR version 2.13.1 (2011-07-08)R Foundation for Statistical Computing版权所有ISBN 3-900051-07-0平台:x86_64-pc-linux-gnu(64位)
R是免费软件,绝对没有保修。欢迎您根据GNU通用公共许可证版本2。有关这些事项的更多信息,请参见http://www.gnu.org/licenses/。
X11(type="Xlib")修复了这个问题。谢谢!