An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090226/d67f4e15/attachment-0001.pl>
R communication
2 messages · ARDIA David, Greg Snow
This could depend somewhat on which OS you have on the computers as to which packages will work or work best for you. A couple of packages to look at include, Rmpi, nws, and snow (no relation), and the other packages in the suggests field for snow.
Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111 > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of ARDIA David > Sent: Thursday, February 26, 2009 3:05 AM > To: r-help at r-project.org > Subject: [R] R communication > > Dear all, > Imagine that you have a small LAN with two computers. I would like to > run R on both, and possible to run computations from one computer to > the other one. TCP IP protocole would be preferable. Which package > would you use for that? I would be very glad if you could also provide > me with some lines of code, e.g., create a matrix X in computer 1, > transfer its value to the second computer, make some calculation, and > get the value back. > Thanks for your help, > David > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.