search for: gmpowers

Displaying 4 results from an estimated 4 matches for "gmpowers".

Did you mean: smpowers
2004 May 19
3
Web-application using R
Hi, all; Our group is planning to develop a web-based analysis package with R. I have some questions. (1) Can we use R as a daemon-like way such that, after invoking R and making it run in a kind of background mode, just put some R script into R using some pipe-like mechanism and retrieve the result out of it? (2) If this is possible, then how can we do it? If this is not possible, then what
2005 Jun 24
1
R servlet engine ?!!!
I use CGIwithR to run a website that executes R scripts under cgi-bin. Are there any projects that implement a work frame using R similar to Java's servlet engine? Initialization times are hurting. Can initialize once process and treat all web requests as threads of this process? Any help with this subject is greatly appreciated.
2004 Feb 22
1
New Perl module Statistics::R
I have released the new module Statistics::R and need some feedback of it's status. This will permit the control of the the R (R-project) interpreter through Perl in different architectures and OS. You can for example, start only one instance of the R interpreter and have different Perl process accessing it. What will save the initiation time of R and memory. Soo, I will appreciate if some
2004 Feb 15
1
source() function and crash of R!
Hello, This is the first time that I write here. I'm working on a Perl module to make a communication bridge between Perl and R. For now it's working very well, on Linux and Windows, but I'm making some tests before release the 1st version. One of the problems that I have is for invalid syntaxes for R, that crashes the R interpreter. Before explain the problem, I need to explain