Re: [R] R web application development

2013-03-20 Thread Gergely Daróczi
Hello John, sure, you might want to check out the below applications for your purposes with a dedicated server: * http://rapache.net * http://opencpu.org And we also do something similar at http://rapporter.net in the means of Rapplications on cloud servers. Best, Gergely On 19 March 2013 00

Re: [R] R web application development

2013-03-20 Thread MacQueen, Don
I would go to the CRAN Packages web page and do a simple text search for "web" on that page. And easily find, for example Rook - a web server interface for R -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 3/18/13 4:

Re: [R] R web application development

2013-03-19 Thread Andreas Recktenwald
Am 19.03.2013 01:11, schrieb John linux-user: > Thanks for reply, but which archives? > > Thanks again. > John > > > > From: Stephen Sefick > > Cc: "r-help@r-project.org" > Sent: Monday, March 18, 2013 8:02 PM >

Re: [R] R web application development

2013-03-19 Thread Marc Girondot
Take a look at this package: http://www.rstudio.com/shiny/ Sincerely Marc Girondot Le 19/03/13 00:55, John linux-user a écrit : > Dear all, > > I am wondering if what would be the simple way to develop a simple web > application that runs R. That is, the web application allows any user upload

Re: [R] R web application development

2013-03-18 Thread David Winsemius
: > Thanks for reply, but which archives? > > Thanks again. > John > > > > From: Stephen Sefick > > Cc: "r-help@r-project.org" > Sent: Monday, March 18, 2013 8:02 PM > Subject: Re: [R] R web application development >

Re: [R] R web application development

2013-03-18 Thread John linux-user
Thanks for reply, but which archives?  Thanks again.  John From: Stephen Sefick Cc: "r-help@r-project.org" Sent: Monday, March 18, 2013 8:02 PM Subject: Re: [R] R web application development I can't offer any advice, but I feel like you cou

Re: [R] R web application development

2013-03-18 Thread Stephen Sefick
I can't offer any advice, but I feel like you could probably get a good start on this by looking through the archives. On Mon 18 Mar 2013 06:55:33 PM CDT, John linux-user wrote: Dear all, I am wondering if what would be the simple way to develop a simple web application that runs R. That is,

[R] R web application development

2013-03-18 Thread John linux-user
Dear all, I am wondering if what would be the simple way to develop a simple web application that runs R. That is, the web application allows any user upload a dataframe as a variable to my web server, a linux-based apache, and then run a R package (my package) on the variable that should ideal