Wade Wall <wade.wall <at> gmail.com> writes: > What I am wanting to do is learn to build some simple GUIs for a limited > number of functions. Basically, I am envisioning a screen with check boxes, > a drop down menu etc. that users could select to run analyses on imported > data.
The R Gui Generator (http://rgg.r-forge.r-project.org/gettingstarted.html) might be sufficient to meet your needs. I have only just started looking at it myself, so I'm not speaking from experience, but it seems fairly straightforward to define Gui components in an XML file. Michael Bibo Queensland Health ______________________________________________ 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.