Skip to content
Prev 104 / 1236 Next

[R-gui] Interfaces between GUIs and R

Hi!

Since you explicitely mention RKward, I'll have to comment. In fact, RKward 
runs R in a separate thread and communicates via STDIN/STDOUT. This was more 
of a quick and dirty approach however, and I did not really think it was a 
good design. The very vague idea I had on how to deal with graphics and the 
like was to pass them via temporary files. Not very efficient, not very 
elegant.
By the way, however, RKward is on ice, and not likely to come back. Since I 
failed to attract further developers, and did not feel, I could reasonably 
get that program anywhere all alone, I went over to obversive (which BTW - 
shameless plug - runs on MacOSX, among other platforms). Zed Shaw is 
currently working on a CORBA-based backend for obversive, that might 
potentially be of interest to other GUI-projects, too. Last thing he said, 
he's close to having the basic functionality working.
Now for obversive, I have not bothered myself with the backend at all, but it 
would seem to me, like the functionality you mention would indeed come in 
handy. Zed is obviously more qualified to comment on this in detail.
Generally, I'd think it's a good idea to join forces on those problems, that 
all of our projects will have to face sooner or later.

Thomas
On Wednesday 02 April 2003 23:39, Byron Ellis wrote: