similar to: Using R to send to SOAP server?

Displaying 20 results from an estimated 300 matches similar to: "Using R to send to SOAP server?"

2009 Mar 29
2
Mature SOAP Interface for R
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 current CRAN SOAP packages however. Found 3 to date: RSOAP (http://sourceforge.net/projects/rsoap/)
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 > > >
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 machine---using the simple and widely accepted SOAP
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 machine---using the simple and widely accepted SOAP
2009 Apr 14
4
Building GUI for custom R application
HI R users, I would appreciate information/examples/suggestions on building GUIs for R applications. I am currently working on a project that would require the following functionalities : 1) Display a window to the user. Provide a function to scan local drive and choose dataset file. 2) Display the column names for the user to choose the dependent variable and the independent variables. 3) Fit
2006 Apr 26
1
accessing a SOAP based web service from R
Hi, I have a number of web services that run on a server and can be accessed via SOAP as well as by creating a specific URL. Now, for certain services, the argument that I need to send is about 10 to 20 characters and the URL approach works fine. However if the argument is a few kilobytes I would rather create a SOAP packet and send that off. So my first question is: is there a package that
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs, I had posted about Adobe FLEX talking to R for rich visualisation. Reply from Jeffery Horner contained links to the revolution-computing.com webpage which had information pertaining to the Bay Users R group Meetup on Web Dashboards with R. I have a very specific project that I need to implement. I wish to use the graphics capabilities provided by Adobe FLEX to visualise outputs from R.
2003 May 06
0
Concatenate dataframe
Hi, thanks for help on index in a for for looping. its work. Now I have another doubt. I have a data.frame like this: nsps area 1 1 4 2 0 9 3 1 4 4 1 4 5 1 4 6 1 9 7 0 4 8 1 9 9 0 4 10 1 9 ... I try to make another data.frame like this: nsps area 1 4 4 2 3 9 using tapply, it work: >
2004 May 06
0
segmentation fault with sprintf(), sometimes
By mistake I supplied sprintf() with a bad format specification. I got a segmentation fault. But not every time. > version _ platform sparc-sun-solaris2.8 arch sparc os solaris2.8 system sparc, solaris2.8 status Patched major 1 minor 9.0 year 2004 month 04 day 30 language R > sprintf('%.-0.999f',3) Segmentation fault The format string
2005 Feb 08
0
Rép : Problem installing Hmisc
Hi, I do have it installed on 2 Macs as well (OS X 10.2.8 and 10.3.7) and what I need does work, however if you do the command check routine some problems will likely be revealed. At least there were problems for me. Denis Le 08 févr. 2005, à 12:23, r-help-request@stat.math.ethz.ch a écrit : > De: Don MacQueen <macq@llnl.gov> > Date: 07 février 2005 16:05:14 GMT+01:00 > À:
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
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
2003 Mar 06
0
Initial release of RSessionDA
> Announcing the initial release of RSessionDA. > > RSessionDA provides objects for interacting with R from Zope > <www.zope.org>, a full-featured web application development system. These > objects permit evaluation of functions in the R language using information > in Zope. R data objects, graphics files, printed output, script > transcripts, and data files can be
2003 Mar 06
0
Initial release of RSessionDA
> Announcing the initial release of RSessionDA. > > RSessionDA provides objects for interacting with R from Zope > <www.zope.org>, a full-featured web application development system. These > objects permit evaluation of functions in the R language using information > in Zope. R data objects, graphics files, printed output, script > transcripts, and data files can be
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
2003 Mar 06
1
Problems with variable types.
Hi all, I have problems in a dataframe variables types. Look: from a loop function: for(...){ ... dados.fin <- rbind(dados.fin, c(L=j, A=j^2, Nsp=nsps, N=length(amosfin$SP), AmT="am",NAm=nam, AMST=amst)) dados.fin <- rbind(dados.fin, c(L=j, A=j^2,
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