Jason Rupert wrote:
>
> 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.
>
R Commander http://cran.r-project.org/web/packages/Rcmdr/index.html
is a basic stats GUI in R that provides a way for others to make a simple
GUI interface to a package. Many R packages have GUI versions that work
with R Commander.
It would seem to be a fairly simple way to do it.
--
View this message in context:
http://www.nabble.com/Running-R-scripts-from-a-GUI-interface-tp25831129p25831651.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
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.