r - setGraphicsEventEnv() not supported under Linux? -
i'd run script containing interactive part on ubuntu 64 bit machine. unfortunately fails throwing following error:
error in setgraphicseventenv(which, as.environment(list(...))) : graphics device not support event handling
any hints how can setup r such supports event handling? x11 should supported according documentation.
this examples fails on machine error above: http://stat.ethz.ch/r-manual/r-devel/library/grdevices/html/getgraphicsevent.html
thanks! durin
$ r --version r version 2.13.1 (2011-07-08) copyright (c) 2011 r foundation statistical computing isbn 3-900051-07-0 platform: x86_64-pc-linux-gnu (64-bit)
r free software , comes absolutely no warranty. welcome redistribute under terms of gnu general public license version 2. more information these matters see http://www.gnu.org/licenses/.
x11(type="xlib") fixed issue. thanks!
Comments
Post a Comment