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:55 PM, John linux-user johnlinuxu...@yahoo.com wrote:

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 ideally
be handled  as a variable in memory instead of saving to the disk in my
server , for security concern. After running, the result would be
returned to the web.  Any suggestion will be appreciated.

Best,

John  
   [[alternative HTML version deleted]]


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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:55, John linux-user johnlinuxu...@yahoo.com wrote:

 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 ideally be handled  
 as a variable in memory instead of saving to the disk in my server , for 
 security concern. After running, the result would be returned to the web.  
 Any suggestion will be appreciated.

 Best,

 John
 [[alternative HTML version deleted]]


 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 
 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 ideally be handled  
 as a variable in memory instead of saving to the disk in my server , for 
 security concern. After running, the result would be returned to the web.  
 Any suggestion will be appreciated.

 Best,

 John
   [[alternative HTML version deleted]]



 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


-- 
__
Marc Girondot, Pr

Laboratoire Ecologie, Systématique et Evolution
Equipe de Conservation des Populations et des Communautés
CNRS, AgroParisTech et Université Paris-Sud 11 , UMR 8079
Bâtiment 362
91405 Orsay Cedex, France

Tel:  33 1 (0)1.69.15.72.30   Fax: 33 1 (0)1.69.15.73.53
e-mail: marc.giron...@u-psud.fr
Web: http://www.ese.u-psud.fr/epc/conservation/Marc.html
Skype: girondot


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 ssef...@gmail.com

 Cc: r-help@r-project.org 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 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, 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 ideally be handled 
 as a variable in memory instead of saving to the disk in my server , for 
 security concern. After running, the result would be returned to the web. 
 Any suggestion will be appreciated.

 Best,

 John
 [[alternative HTML version deleted]]



 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
   [[alternative HTML version deleted]]



 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
Hi,
have you tried the 'shiny' and 'shiny-server'  packages by Rstudio?
http://www.rstudio.com/shiny/

-- 
Dipl.-Kfm. Andreas Recktenwald

  

Universität des Saarlandes -- Fakultät für Rechts- und
Wirtschaftswissenschaften

Lehrstuhl für Statistik und Ökonometrie

Campus C3 1, Zimmer 206

66123 Saarbrücken

Tel.: ++49681 -- 302 3571


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[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 ideally be handled  as a 
variable in memory instead of saving to the disk in my server , for security 
concern. After running, the result would be returned to the web.  Any 
suggestion will be appreciated. 

Best,

John  
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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, 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 ideally be handled as a variable in memory instead of saving to 
the disk in my server , for security concern. After running, the 
result would be returned to the web. Any suggestion will be appreciated.


Best,

John
[[alternative HTML version deleted]]



__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html

and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 ssef...@gmail.com

Cc: r-help@r-project.org 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 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, 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 ideally be handled 
 as a variable in memory instead of saving to the disk in my server , for 
 security concern. After running, the result would be returned to the web. Any 
 suggestion will be appreciated.
 
 Best,
 
 John
 [[alternative HTML version deleted]]
 
 
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R web application development

2013-03-18 Thread David Winsemius
I generally use the Markmail search engine but others use the Newcastle 
resource. Some of other ones can be found with perusal of the Posting Guide and 
Mailing list info page.

http://markmail.org/search/?q=list%3Aorg.r-project.r-help


On Mar 18, 2013, at 5:11 PM, John linux-user wrote:

 Thanks for reply, but which archives? 
 
 Thanks again.
  John
 
 
 
 From: Stephen Sefick ssef...@gmail.com
 
 Cc: r-help@r-project.org 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 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, 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 ideally be handled 
 as a variable in memory instead of saving to the disk in my server , for 
 security concern. After running, the result would be returned to the web. 
 Any suggestion will be appreciated.
 
 Best,
 
 John
 [[alternative HTML version deleted]]
 
 
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.