Skip to content
Prev 17921 / 63424 Next

Project suggestion: Interface between R and graphic devices

I think you do not mean `graphics devices' as used by R (pdf, postscript, 
X11, windows, quartz etc).

Rather I think you mean interfacing to a different front end.  That is a 
subject discussed in `Writing R Extensions' and an API for it has been 
defined for a few R versions now.

The JGR and MacGUI front ends are examples of what can be done, and 
gnoneGUI is a reference example.  There is a mailing list (R-SIG-GUI) and 
an overview page at http://www.sciviews.org/_rgui/  (I noted that JGR for 
Windows seems to need updating to work on 2.2.0: it demands 2.1.x.)

Rcmdr is a powerful example of how a cross-platform GUI can be built 
entirely in R.  In particular, my understanding is that it is specifically 
designed to ease the transition from SPSS to R.

Given that background, what more precisely do you think is needed and 
would not the R-SIG-GUI list be more appropriate?
On Sun, 9 Oct 2005, Knut Krueger wrote: