Received Fri 10 Oct 2008  5:21am +1100 from Greg Snow:

> I am not involved in the RExcel project.  I have just had some
> discussions with the people that are, so you should contact them for
> specific questions.  I believe that this currently only works on
> windows, there was some mention of possibly expanding it to
> OpenOffice so that it would be cross platform, but I have no idea if
> that has made it past the "good idea" stage.

I saw it demo'd on OpenOffice calc at UseR! 2008 as I recall --- it looked
good. It was not yet released.

For quick GUIs specialised for specific tasks, I use the Glade tool to
graphically build the GUI - very quick and easy. Glade saves the GUI
specs into XML. The RGtk2 package in R can read that XML file and
display the GUI. The callbacks (i.e., the functionality called upon
when you click a GUI button) are simply R functions.

(Rattle is implemented this way.)

Regards,
Graham

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to