Re: [Rd] Recommendations for a quick UI.

2009-06-02 Thread Greg Snow
...@imail.org 801.408.8111 > -Original Message- > From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r- > project.org] On Behalf Of Alex Bokov > Sent: Sunday, May 31, 2009 11:25 PM > To: r-devel@r-project.org > Subject: [Rd] Recommendations for a quick UI. > > H

Re: [Rd] Recommendations for a quick UI.

2009-06-02 Thread Stavros Macrakis
On Mon, Jun 1, 2009 at 9:21 AM, Martin Maechler wrote: > > "AB" == Alex Bokov on Mon, 01 Jun 2009 00:24:58 > -0500 writes: > >AB> I'm trying to wrap my R package in a GUI such that when >AB> the user launches the app, they see my GUI window and >AB> never interact with the R cons

Re: [Rd] Recommendations for a quick UI.

2009-06-02 Thread Thomas Baier
Alex, Kevin R. Coombes wrote: > The following idea only partially answers your question > > I have successfully written a GUI using the tcl/tk package > that ships with standard R. It is then possible (in Windows) > to create a shortcut icon that runs the following command: > C:\R\R-2.8.1

Re: [Rd] Recommendations for a quick UI.

2009-06-01 Thread Kevin R. Coombes
Hi, The following idea only partially answers your question I have successfully written a GUI using the tcl/tk package that ships with standard R. It is then possible (in Windows) to create a shortcut icon that runs the following command: C:\R\R-2.8.1\bin\R.exe --vanilla -e library(Sup

Re: [Rd] Recommendations for a quick UI.

2009-06-01 Thread Martin Maechler
> "AB" == Alex Bokov > on Mon, 01 Jun 2009 00:24:58 -0500 writes: AB> Hi. This is my first post to this list, I seem to be AB> graduating to from the r-help list. :-) well AB> I'm trying to wrap my R package in a GUI such that when AB> the user launches the app,

[Rd] Recommendations for a quick UI.

2009-05-31 Thread Alex Bokov
Hi. This is my first post to this list, I seem to be graduating to from the r-help list. :-) I'm trying to wrap my R package in a GUI such that when the user launches the app, they see my GUI window and never interact with the R console at all. I don't have any fancy requirements for the GUI i