Displaying 20 results from an estimated 29 matches for "rsoap".
Did you mean:
soap
2002 Dec 03
0
RE: Initial release of RSOAP - a simple interface to R via SOAP
The second URL in the previous message is incorrect, it should be
http://software.biostat.washington.edu/statsoft/snake/RSOAP,
i.e. omit the final '/manage'.
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Tuesday, December 03, 2002 4:41 PM
> To: R-Announce (E-mail)
> Subject: Initial release of RSOAP - a simple interface to R via SOAP
>
>
>
> Announcing the initial p...
2002 Dec 03
0
Initial release of RSOAP - a simple interface to R via SOAP
Announcing the initial public release of RSOAP at
http://software.biostat.washington.edu/statsoft/snake/RSOAP.
Description:
RSOAP provides a SOAP interface for the open-source statistical
package R. It permits software to take advantage of the advanced
statistical analysis techniques provided by R---running either
locally or on a remote m...
2002 Dec 03
0
Initial release of RSOAP - a simple interface to R via SOAP
Announcing the initial public release of RSOAP at
http://software.biostat.washington.edu/statsoft/snake/RSOAP.
Description:
RSOAP provides a SOAP interface for the open-source statistical
package R. It permits software to take advantage of the advanced
statistical analysis techniques provided by R---running either
locally or on a remote m...
2009 Mar 29
2
Mature SOAP Interface for R
...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 current CRAN SOAP packages however.
Found 3 to date:
RSOAP (http://sourceforge.net/projects/rsoap/)
SSOAP http://www.omegahat.org/SSOAP/
looks like a commercial version?
http://random-technologies-llc.com/products/rsoap
Does anyone have experience with these 3 and can recommend the most
'mature' R - SOAP interface package?
2009 Apr 14
4
Building GUI for custom R application
...create a GUI for an R application?
Or should I use the the VB approach and create the GUI separately and
call R scripts where required to do the back-end computation?
Another approach (to make the visualization more rich and dynamic) is
to use Adobe FLEX front end and communicate with R using the RSOAP
library. There is very sparse documentation relevant to using RSOAP. I
have not been able to find examples or tutorials using RSOAP. Any
information in this regard will be highly appreciated.
The Biocep project provides 'R for cloud computing' but unfortunately
I have not been able to extr...
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What is RPy?
> --------------------
>
> RPy is a very simple, yet robust,...
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What is RPy?
> --------------------
>
> RPy is a very simple, yet robust,...
2003 Mar 06
0
Initial release of RSessionDA
...ng information
> in Zope. R data objects, graphics files, printed output, script
> transcripts, and data files can be returned to Zope for display. These
> tools make it easy to create web applications that include advanced
> statistical functionality.
>
> RSessionDA is built on RSOAP package, which provides access to R via the
> SOAP <http://www.w3.org/TR/SOAP/"> communications protocol. This allows
> Zope to access multiple independent R sessions running (if desired) on a
> separate compute server.
>
> For more information on or to download RSession...
2003 Mar 06
0
Initial release of RSessionDA
...ng information
> in Zope. R data objects, graphics files, printed output, script
> transcripts, and data files can be returned to Zope for display. These
> tools make it easy to create web applications that include advanced
> statistical functionality.
>
> RSessionDA is built on RSOAP package, which provides access to R via the
> SOAP <http://www.w3.org/TR/SOAP/"> communications protocol. This allows
> Zope to access multiple independent R sessions running (if desired) on a
> separate compute server.
>
> For more information on or to download RSession...
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
...ecrease
a parameter estimate (between the confidence intervals of the
estimate) of a variable to see the effect on the predicted values.
I necessarily have to use FLEX for the interface.
In trying to make sense of how to go about this task, I have
speculated on the following technologies:
1) Using RSOAP which requires a Python client. I am not sure how I can
implement this in Flex.
2) Using RSOAP provided by the Biocep project. This is a java
implementation and maybe this would suit my requirements.
3) The StatDataML package in R provides the creation of xml files of R
objects. Maybe I can use the...
2003 May 19
3
how to run R as a daemon
Hi all,
Using R a as a real-time application called by Php for a website, I
would like to run one R process only, which would manage user
connections. For the time each user who asks for an analysis causes a
new R process to start, which is not suitable in prevision of many
users. R needs about 30 seconds to run the script which makes the
analysis. The problem is that this waiting time is n
2004 Sep 17
1
Using R to send to SOAP server?
...d a message to a SOAP server.
Currently I'm doing this by making a system() call to execute a perl
script, passing the message as an argument to the perl script.
I'm wondering if it can be done directly by R, and if so, whether
there might be any performance benefit.
I've looked at RSOAP, and as far as I can tell, it's designed to work
only in the other direction, that is, a SOAP server passes client
commands to R, and returns the R results to the client. If I'm wrong
about that, I'd appreciate being told so.
Thanks for any suggestions.
-Don
Here are the essenti...
2003 Nov 25
3
Persistent state of R
Hi
I am using R as a back-end to some CGI scripts, written in Perl. My platform is Suse Linux 8.2, Apache 1.3.7. So the CGI script takes some form parameters, opens a pipe to an R process, loads up some Bioconductor libraries, executes some R commands and takes the ouput and creates a web page. It is all very neat and works well.
I am trying to make my cgi scripts quicker and it turns out
2004 Aug 18
3
R as shared library
Hello folks,
I'm embarking on a project to embed R into the Apache web server, and
I'd like your help. Currently, I'm looking for a way for R code to call
back into a shared library from which the R shared library was loaded.
Essentially, apache starts and loads mod_R.so which runs an
initialization routine which calls Rf_initEmbeddedR() and the following
code:
/* override to
2007 Apr 24
3
R as a server on Linux
Hi,
I am trying to avid the somewhat costly startup overhead of launching
a separate R executable for each "client" request on Linux.
My current architecture is such that My Java client explicitly calls
R in batch mode and passes it certain parameters. The initital
startup takes almost 10 seconds because R has to load a bunch of
libraries as well as a moderately large, previously
2005 Jan 19
4
how to call R in delphi?
Dear All:
Now I am writing program in delphi , found it is very convenience to do anova, T-test, F-Test, etc in R , how to call R in delphi? Thsnks.
Best Regards
YiYao Jiang
Product Division/ product Testing Department
Semiconductor Manufacturing International Corporation
ZhangJiang Road, PuDong New Area, Shanghai ZIP: 201203
Tel:86-21-5080-2000 Ext. 15173
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi,
I''m interested in using a currency conversion web service in my rails
app. Does anyone have a free service that they use and like? I found
this one
http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10
I''ve tried to make a simple, plain Ruby script to connect to this and
get a conversion rate without success.
How do I integrate a webservice into my rails app? I
2004 Jan 15
4
invoking R scripts from a linux shell ?
Hello,
I have written perl programs that extract data from a
text file, process them, and create other text files,
which I'd like to apply some statistics too (for
example with R).
I'd like to do it all in once , with a single script.
I'm not familiar with R, I'd like to know if this task
could be accomplished by creating a linux shells that
launches the perl scripts and then
2005 Jan 25
3
How to make R faster?
Dear R users;
I am using R for a project. I have some PHP forms that
pass parameters to R for calculations, and publish the
result in HTML format by CGIwithR. I'm using a Linux
machine and every things work perfectly. However, it
is too slow, it takes 5 to 10 seconds to run, and
even if I start R from the Shell it takes the same
amount of time, which is probably due to installing
packages.
2004 Apr 20
1
multi-user engine
hello, i just got introduced to R - WOW its beautiful..
I am presently a SAS user and wanted to configure R to work in a multi-user
enteprise environment. Client - Server. Where we have a strong LINUX
server supporting about 10 statisticians with R. Anyone have any backround
or information they can share to help me get jump-started on setting up R in
this environment? Does each user have