Re: [Rd] Graphical User Interface (GUI)

2015-07-08 Thread Michael Lawrence
On Wed, Jul 8, 2015 at 11:43 AM, vthokienj wrote: > I'd like to create a user interface for my R code and have only seen mostly > older posts on the subject. > I'm not looking for an IDE for development, but something that the end user > of the software would use. > So something that would involve

Re: [Rd] Graphical User Interface (GUI)

2015-07-08 Thread vthokienj
Thanks all for the replies both here and in email. It seems like Shiny is what I am looking for, I guess I just ignored anything R Studio thinking they only made an IDE. I'm going to look into the other suggestions as well. I've only been using R for a few months but look forward to trying these ou

Re: [Rd] Graphical User Interface (GUI)

2015-07-08 Thread John Fox
erv.socsci.mcmaster.ca/jfox/ > -Original Message- > From: R-devel [mailto:r-devel-boun...@r-project.org] On Behalf Of > vthokienj > Sent: July-08-15 2:43 PM > To: r-devel@r-project.org > Subject: [Rd] Graphical User Interface (GUI) > > I'd like to create a user interface for my

Re: [Rd] Graphical User Interface (GUI)

2015-07-08 Thread Peter Meissner
Have a look at gWidgets (John Verzani). Best, Peter Am 08.07.2015 22:29 schrieb "Dean Attali" : > Isn't this exactly what Shiny is meant for? > http://shiny.rstudio.com/ > > --- > http://deanattali.com > > On 8 July 2015 at 11:43, vthokienj wrote: > > > I'd like to create a user interface for m

Re: [Rd] Graphical User Interface (GUI)

2015-07-08 Thread Dean Attali
Isn't this exactly what Shiny is meant for? http://shiny.rstudio.com/ --- http://deanattali.com On 8 July 2015 at 11:43, vthokienj wrote: > I'd like to create a user interface for my R code and have only seen mostly > older posts on the subject. > I'm not looking for an IDE for development, but

[Rd] Graphical User Interface (GUI)

2015-07-08 Thread vthokienj
I'd like to create a user interface for my R code and have only seen mostly older posts on the subject. I'm not looking for an IDE for development, but something that the end user of the software would use. So something that would involve displaying buttons, listboxes, and drop down menus to a us