我想在 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 --version R 版本 2.13.1 (2011-07-08) 版权所有 (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 平台:x86_64-pc-linux-gnu (64-bit)
R 是免费软件,绝对不提供任何担保。欢迎您根据 GNU 通用公共许可证第 2 版的条款重新分发它。有关这些事项的更多信息,请参阅 http://www.gnu.org/licenses/。