There are many approaches to GUIs in R but for something quick, which I gather is your main aim here, have a look at the fgui package and also the very similar ggenericwidget function in the gWidgets package.
On Sat, Oct 10, 2009 at 1:05 AM, Jason Rupert <jasonkrup...@yahoo.com> wrote: > It appears several that of my scripts are beginning to reaching maturity, so > I am curious if it is possible to add an external GUI to run the scripts from > this simplified GUI interface. > > The scripts are fairly rudimentary so the GUI only needs a few radial buttons > and a could of numeric fields. > > I am curious if there is a typical approach for developing a GUI to run R > scripts or to export R scripts in a DLL or other format so that they can be > run from such a GUI. > > I also have not settled on a GUI development language so any suggestions > there are also very much appreciated. > > Thank you again for any feedback and insights, especially if there is a blog > or book that covers these topics. > > ______________________________________________ > 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. > ______________________________________________ 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.