Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Gabor Grothendieck
of the contributed packages.  These really are helpful for > accelerating the development of useful code. > > > > > > --- On Sat, 10/10/09, Gabor Grothendieck wrote: > >> From: Gabor Grothendieck >> Subject: Re: [R] Running R scripts from a GUI interface >> To: &

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Jason Rupert
Grothendieck > Subject: Re: [R] Running R scripts from a GUI interface > To: "Jason Rupert" > Cc: R-help@r-project.org > Date: Saturday, October 10, 2009, 7:49 AM > There are many approaches to GUIs in > R but for something quick, which > I gather is your main aim here,

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Liviu Andronic
On 10/10/09, Gabor Grothendieck wrote: > 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. > There is also rpanel for building simple

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Gabor Grothendieck
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 wrote: > It appears several that of my scr

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Barry Rowlingson
On Sat, Oct 10, 2009 at 1:01 PM, Jason Rupert wrote: > Thank you very much for your response and it looks like R Commander is very > capable, but I think it is heading the wrong direction from where we are > looking to go, i.e. simpler interface. > > I guess (and I may be dating myself) when I w

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread Jason Rupert
vered. Thanks again for any insights and feedback you can provide. --- On Sat, 10/10/09, glen_b wrote: > From: glen_b > Subject: Re: [R] Running R scripts from a GUI interface > To: r-help@r-project.org > Date: Saturday, October 10, 2009, 2:12 AM > > > > Jason Rupert

Re: [R] Running R scripts from a GUI interface

2009-10-10 Thread glen_b
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

[R] Running R scripts from a GUI interface

2009-10-09 Thread Jason Rupert
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