Re: [R] R server

2006-06-30 Thread john seers \(IFR\)

There is the Rserve package which you can look at here:

http://stats.math.uni-augsburg.de/Rserve/down.shtml


JS


 
---

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


Re: [R] R server

2006-06-30 Thread roger bos
Mike, may also want to check out Rpad.  Its mainly used to delivery R
programs to other users via a web browser, so the other users don't need R
installed on their machine.  If you make a nice HTML gui, the other users
don't even have to know R.  Each user gets his own environment, so one
person's variables won't interfer with anothers.

HTH,
Roger


On 6/30/06, john seers (IFR) [EMAIL PROTECTED] wrote:


 There is the Rserve package which you can look at here:

 http://stats.math.uni-augsburg.de/Rserve/down.shtml


 JS



 ---

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


[[alternative HTML version deleted]]

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


[R] R server

2006-06-29 Thread Li, Mike
Hi, 

I just installed R in Windows, it seems to me that R is a standalone
desktop application. Do you know if R has its server version which could
handle multi-users, have several distinct R sessions and their own
variables in Unix or Windows? 

I saw OpenStatServer, RStatServer available, can those handle
multi-sessions?

Thanks

Mike


[[alternative HTML version deleted]]

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


Re: [R] R server

2006-06-29 Thread Gabor Csardi
One approach would be to install R on a unix machine and let other machines
connect to it via a standard X server.
There might be other approaches though

Gabor

On Thu, Jun 29, 2006 at 12:05:40PM -0400, Li, Mike wrote:
 Hi, 
 
 I just installed R in Windows, it seems to me that R is a standalone
 desktop application. Do you know if R has its server version which could
 handle multi-users, have several distinct R sessions and their own
 variables in Unix or Windows? 
 
 I saw OpenStatServer, RStatServer available, can those handle
 multi-sessions?
 
 Thanks
 
 Mike
 
 
   [[alternative HTML version deleted]]
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

-- 
Csardi Gabor [EMAIL PROTECTED]MTA RMKI, ELTE TTK

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