Hello,
You could try svSocket that creates a socket server where several
clients can connect simultaneously. The server is restricted to local
clients for obvious security reasons, but if you would like to access it
though a network, you can use stunnel to transfer the data crypted with SSL.
Best,
Philippe Grosjean
..............................................<°}))><........
) ) ) ) )
( ( ( ( ( Prof. Philippe Grosjean
) ) ) ) )
( ( ( ( ( Numerical Ecology of Aquatic Systems
) ) ) ) ) Mons University, Belgium
( ( ( ( (
..............................................................
On 23/03/10 20:57, sjaffe wrote:
Sharpie wrote:
You could try Sage:
http://www.sagemath.org
Yes, I've tried Sage (briefly) and it is very interesting. But what I'm
looking for here is a client-server system that allows multiple users to
access the results of R without exposing the details.
______________________________________________
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.