Re: [R] Mature SOAP Interface for R

2009-03-30 Thread Tobias Verbeke
Michael Lawrence wrote: On Sat, Mar 28, 2009 at 6:08 PM, zubin wrote: Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects communicate via the SOAP interface. We have been

Re: [R] Mature SOAP Interface for R

2009-03-30 Thread Michael Lawrence
On Sat, Mar 28, 2009 at 6:08 PM, zubin wrote: > Hello, we are writing rich internet user interfaces and like to call R for > some of the computational needs on the data, as well as some creation of > image files. Our objects communicate via the SOAP interface. We have been > researching the var

Re: [R] Mature SOAP Interface for R

2009-03-28 Thread Roy Mendelssohn
Look also at biocep: http://biocep-distrib.r-forge.r-project.org/ -Roy M. On Mar 28, 2009, at 6:08 PM, zubin wrote: Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects c

[R] Mature SOAP Interface for R

2009-03-28 Thread zubin
Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects communicate via the SOAP interface. We have been researching the various packages to expose R as a SOAP service. No cu