[BioRuby] R: R
Raoul Bonnal
bonnalraoul at ingm.it
Wed Jul 28 16:07:53 UTC 2010
Hi Chris,
> -----Messaggio originale-----
> Da: Chris Fields [mailto:cjfields at illinois.edu]
> Inviato: mercoledì 28 luglio 2010 17:11
> A: Raoul Bonnal
> Cc: 'BioRuby ML'
> Oggetto: Re: [BioRuby] R
>
> Know if the calls made via C bindings or callouts to the R command
> line?
Which project are you talking about?
I did a quick check to the code, I suppose no C bindings but I'm not sure.
RinRuby: from my feeling it opens a socket on the R command and pipe the R's command to it, locally or remotely, but I think the features are limited.
Rserve-Ruby-client: it's pure Ruby implementation of the TCP/IP RServe protocol, just sending R command by network evaluating on server side and then converting in ruby objects on the client side. The main implementation is in Java and works very well.
The windows version of the "server" RServe sucks in important features, concurrency and others...
On nix you have authentication, detaching, session, etc...
Then there is a statistical library which I'd like to try.
--
Ra
>
> chris
>
> On Jul 28, 2010, at 8:35 AM, Raoul Bonnal wrote:
>
> > Hello,
> > Take a look here, http://github.com/clbustos
> > Very interesting projects about R.
> > I like very much the TCP/IP implementation I'm thinking to distribute
> programming, detaching & marshalling.
> >
> > --
> > Raoul J.P. Bonnal
> > Life Science Informatics
> > Integrative Biology Program
> > Fondazione INGM
> > Via F. Sforza 28
> > 20122 Milano, IT
> > phone: +39 02 006 623 26
> > fax: +39 02 006 623 46
> > http://www.ingm.it
> >
> >
> >
> >
> > _______________________________________________
> > BioRuby Project - http://www.bioruby.org/
> > BioRuby mailing list
> > BioRuby at lists.open-bio.org
> > http://lists.open-bio.org/mailman/listinfo/bioruby
More information about the BioRuby
mailing list