Skip to content

[R-gui] Re: R-SIG-GUI digest, Vol 1 #3 - 9 msgs

2 messages · Warnes, Gregory R, Duncan Temple Lang

#
On this topic, I've written a SOAP interface for R using R + Rpy + Python +
SOAPpy that seems to run reliably and exposes all the functionality of R.
It is currently winding through the final stages of the red tape :-( that is
required for me to publish it, but I expect that this will be complete in
about a week and a half. :-)

I originally wrote it so that I could provide R services to web applications
developed in Zope.  This step became necessary because Zope is multithreaded
and R is *not*.  (Sound familiar?) This way R is run in separate processes
that are managed and communicated with via SOAP.

As soon as the red tape is wrapped up, I'll put it up on sourceforge and
post a note here.

-Greg





LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately.
#
Great. Good to hear. I recently put a package for using R as a SOAP
client on the Omegahat web site -- http://www.omegahat.org/SSOAP.  So
looks like we are getting SOAP access covered.

D.
Warnes, Gregory R wrote: