> edit(data.frame())
Error in dataentry(datalist, modes) : invalid device
In addition: Warning message:
In edit.data.frame(data.frame()) : unable to open X Input Method
my system is: debian6.04+R-2.15.1
what is the matter?
> edit(data.frame())
Error in dataentry(datalist, modes) : invalid device
In addition: Warning message:
In edit.data.frame(data.frame()) : unable to open X Input Method
my system is: debian6.04+R-2.15.1
what is the matter?
If you are on a MAC and just installed XQuartz, you must restart your computer to get the X11 capabilities.
I experienced exactly the same problem on linux and I noticed that it was a problem of input and locale settings. I solved by clearing the following variables in the environment
$ export XMODIFIERS=
$ export GTK_IM_MODULE=
Then it worked fine.