Re: [R] R as server application

2007-11-29 Thread kchine
Dear Kilian, The most advanced set of tools and frameworks for using R in Server mode has been developed as part of the biocep project: http://www.ebi.ac.uk/microarray-srv/frontendapp/ by using biocep, R can be run as an RMI server exposing a very rich set of remotly accessible methods. you can th

Re: [R] R as server application

2007-11-29 Thread Scionforbai
I found this link: http://jesus-loves-grass.blogspot.com/search/label/R%20server Which points to RSOAP and Rserver. __ 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.

Re: [R] R as server application

2007-11-25 Thread David Katz
This sounds useful, but can you give more info on "forward X...". Thanks. Scionforbai wrote: > > Do you need something more than a simple ssh connection to a remote > host in which you run R (trivial when the server is Linux)? > > My advice is to run R in a "screen" session on the remote host

Re: [R] R as server application

2007-11-21 Thread Henrik Bengtsson
Hi, tbe R.batch package (http://www.braju.com/R/) was written to run multiple batch jobs on one or more hosts sharing the same file system. It doesn't do everything you want but part of it. For details, see r-help thread 'R.batch (Was: Re: [R] Calling R from R and specifying "wait until script is

Re: [R] R as server application

2007-11-21 Thread Scionforbai
Do you need something more than a simple ssh connection to a remote host in which you run R (trivial when the server is Linux)? My advice is to run R in a "screen" session on the remote host (it protects from sudden disconnections). Then you have a window on your screen with the R command line, wh

[R] R as server application

2007-11-21 Thread Kilian Schwab
Is there a way to use R as a client server application? Whitch means: 1. install R on a server (running as a service) 2. from client send R-scripts through IDE/Editor (TINN-R) to "R-server" 3. receive R-output on client All the Best Kilian Schwab ___