Re: [R] R version of SAS/IntrNet

2010-05-14 Thread Carlos J. Gil Bellosta

I would recommend Rapache. I have tested it and it works great.

SAS/Intrnet is just CGI with another name.

Best regards,

Carlos J. Gil Bellosta
http://www.datanalytics.com


On 05/12/2010 06:27 PM, Mark Lamias wrote:

Does an R package exist that is similar to SAS/Intrnet 
(http://support.sas.com/documentation/onlinedoc/intrnet/index.html) that will 
allow users to take parameters passed to it by a web request, produce results 
and return them to the web-browser in HTML format?  I tried looking through the 
package descriptions, but didnt' see anything like this.  Any direction or 
suggestions you could provide would be greatly appreciated.

Thanks.

Sincerely yours,

Mark J. Lamias
Statistical Consultant  Survey Methodologist




[[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 version of SAS/IntrNet

2010-05-13 Thread schuster

Hi, more links in the FAQ: 

http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-Web-Interfaces

On Thursday 13 May 2010 01:46:51 am Scott Czepiel wrote:
 I recall hearing about -- or was I just dreaming? -- a way to compile
 R as an apache module so it could stay in memory while the webserver
 was running.  The alternative is to simply use cgi in perl or python
 or whatever to gather user input, execute R in batch mode, grab the
 output file and parse it into html.  Lots of boiler-plate involved and
 I would be surprised if nobody has attempted this yet.
 
 On Wed, May 12, 2010 at 9:27 AM, Mark Lamias mlam...@yahoo.com wrote:
  Does an R package exist that is similar to SAS/Intrnet
  (http://support.sas.com/documentation/onlinedoc/intrnet/index.html) that
  will allow users to take parameters passed to it by a web request,
  produce results and return them to the web-browser in HTML format?  I
  tried looking through the package descriptions, but didnt' see anything
  like this.  Any direction or suggestions you could provide would be
  greatly appreciated.
 
  Thanks.
 
  Sincerely yours,
 
  Mark J. Lamias
  Statistical Consultant  Survey Methodologist
 
 
 
 
 [[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.
 

-- 

Friedrich Schuster
Dompfaffenweg 6
69123 Heidelberg

__
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 version of SAS/IntrNet

2010-05-12 Thread Mark Lamias
Does an R package exist that is similar to SAS/Intrnet 
(http://support.sas.com/documentation/onlinedoc/intrnet/index.html) that will 
allow users to take parameters passed to it by a web request, produce results 
and return them to the web-browser in HTML format?  I tried looking through the 
package descriptions, but didnt' see anything like this.  Any direction or 
suggestions you could provide would be greatly appreciated.

Thanks.

Sincerely yours,

Mark J. Lamias
Statistical Consultant  Survey Methodologist



  
[[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 version of SAS/IntrNet

2010-05-12 Thread Scott Czepiel
I recall hearing about -- or was I just dreaming? -- a way to compile
R as an apache module so it could stay in memory while the webserver
was running.  The alternative is to simply use cgi in perl or python
or whatever to gather user input, execute R in batch mode, grab the
output file and parse it into html.  Lots of boiler-plate involved and
I would be surprised if nobody has attempted this yet.

On Wed, May 12, 2010 at 9:27 AM, Mark Lamias mlam...@yahoo.com wrote:
 Does an R package exist that is similar to SAS/Intrnet 
 (http://support.sas.com/documentation/onlinedoc/intrnet/index.html) that will 
 allow users to take parameters passed to it by a web request, produce results 
 and return them to the web-browser in HTML format?  I tried looking through 
 the package descriptions, but didnt' see anything like this.  Any direction 
 or suggestions you could provide would be greatly appreciated.

 Thanks.

 Sincerely yours,

 Mark J. Lamias
 Statistical Consultant  Survey Methodologist




        [[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.