Re: [R] R GUI question

2008-03-24 Thread jeffreya
Thanks so much for all the input; I appreciate it. I think I'll stick with Tcl/Tk for now primarily on the basis of installation issues. I'm not sure that many of these users would have Java, so the other alternatives all seemed to add another level of complexity on to the installation task (agai

Re: [R] R GUI question

2008-03-20 Thread Michael Lawrence
On Wed, Mar 19, 2008 at 12:56 PM, jeffreya <[EMAIL PROTECTED]> wrote: > > Hi. > > I'm looking to create a user-friendly program built around some R methods > I've written. The program should be as easy to install and use as possible > and will be built around a GUI. This program will be cross-p

Re: [R] R GUI question

2008-03-19 Thread John Fox
ster.ca/jfox > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of Richard M. Heiberger > Sent: March-19-08 4:42 PM > To: 'jeffreya'; r-help@r-project.org > Subject: Re: [R] R GUI question > > Look at Rcmdr as the base fo

Re: [R] R GUI question

2008-03-19 Thread Richard M. Heiberger
Look at Rcmdr as the base for your additional menu functions. I am using it for my introductory courses and have added my own menu items. >From CRAN, download and install Rcmdr and read it's documentation. Also from CRAN you can download and install my addin library RcmdrPlugin.HH The latter will s

Re: [R] R GUI question

2008-03-19 Thread Gabor Csardi
On Wed, Mar 19, 2008 at 12:56:13PM -0700, jeffreya wrote: > > Hi. > > I'm looking to create a user-friendly program built around some R methods > I've written. The program should be as easy to install and use as possible > and will be built around a GUI. This program will be cross-platform; that'

[R] R GUI question

2008-03-19 Thread jeffreya
Hi. I'm looking to create a user-friendly program built around some R methods I've written. The program should be as easy to install and use as possible and will be built around a GUI. This program will be cross-platform; that's crucial. I'm familiar with Java and its GUI packages, I've been loo