fgui 0.1
Screenshots Installation News / Changes FAQRapidly create a GUI interface for a function you created by automatically creating widgets for arguments of the function. Automatically parses help routines for context-sensative help to these arguments. The interface is essentially a wrapper to some tcltk routines to both simplify and facilitate GUI creation. More advanced tcltk routines/GUI objects can be incorporated into the interface for greater customization for the more experienced. Licensed under the GPL.
For example, the following code generates the gui in example 2 depicted below.
gui( rnorm2, helpsFunc="rnorm" )
Just to get an idea of what it does and if you might like it, take a look at the documentation (pdf) that comes with the R package, specifically the functions gui, and all the easy examples to create gui interfaces via tcl/tk package (coding shown below). The graphical interface of fbati was created using this package.
fgui Installation instructions
Planning on submitting to R.