similar to: Simple R server for SQL Server?

Displaying 20 results from an estimated 20000 matches similar to: "Simple R server for SQL Server?"

2009 Aug 27
1
[Fwd: Re: Video demo of using svSocket with data.table]
Forwarded to R-Help, because I think it could interest people following this thread. Clearly, RServe and svSocket have different goals and very little overlap. Best, Philippe -------- Original Message -------- Subject: Re: Video demo of using svSocket with data.table Date: Wed, 26 Aug 2009 20:34:19 +0100 From: Matthew Dowle <mdowle at mdowle.plus.com> Reply-To: Matthew Dowle
2006 Jun 21
0
Eclipse plugin for R code submit to Rserve available (Alpha)
Hello R-users and developers, This is the announce of a new Eclipse plugin for R. It is in its "early" (alpha) stage. It's GPL, source code is provided with the plugin. The update site is ready for install with eclipse 3.1 at : http://www.alysis.de/Rsubmit/update/ If you're interested, please read the feature list below or go to http://www.alysis.de/Rsubmit/ Thanks,
2011 Mar 09
0
java+R+serverEval failed+request status: control pipe to master process is closed/broken
hi: when I run the example program on windows XP+NetBeans: Rserve_0.6-3\Rserve\src\client\javanew\Rserve\test\test.java { // test control commands (works only when enabled and in Rserve 0.6-0 and higher only) - must be the last test since it closes the connection and shuts down the server System.out.println("* Test control commands (this will fail if control commands are disabled)
2017 Oct 24
0
Creating a data table (frame?) from a SQL Statement?
Please always cc the list... the group usually has better answers than any one person, and I don't do private consulting on the net. For future reference, there is also an r-sig-db mailing list where this question really belongs. Since I almost never use jdbc, I would need a reprex (hint you are ignoring my advice... a good way to get ignored), which this still isn't. There is probably
2010 Nov 08
2
Rserve alternative?
The Rserve documentation at http://rosuda.org/Rserve/doc.shtml#start states that even when making multiple connections to the Rserve, Windows won't separate workspaces physically and share environments, which will obviously cause problems and should therefore not be used. Are there any alternatives for the windows platform? Ralf
2004 May 25
1
Tramo-seats support in GRETL, but not R
On Mon, 24 May 2004 12:00:46 +0200 v.demartino2@virgilio.it wrote: > Working - among other things- in the field of (short & long term) electricity > forecast, * * * > we have to comply with the Tramo-seats closed-source procedure (http://www.bde.es/informes/be/docs/dt0014e.pdf) > to deal with seasonality of electricity monthly time-series, in line with > the methodology
2010 May 03
1
How to generate Mackey-Glass time series with "ddesolve" package?
I could use some help generating a time series for the Mackey-Glass equation: dx/dt = 0.2 x(t-tau)/(1 + x(t-tau)^10) - 0.1 x(t) for the case there tau = 17. I tried the "ddesolve" package but the dde(...) function seems to hang, not producing anything. Can someone show me the R script how to do this? - Mike Beddo [[alternative HTML version deleted]]
2007 Dec 30
1
some questions about startup Rserve
I realize the communication between R and Java with Rserve in my dissertation, but i can not run the Rserve by double click of Rserve.exe, and also i can't realize backstage running of Rserve by technique of Multi-thread in Java. Can anyone tell me why? So, before i run the Java, i must run the R manually, then input "Rserve()" or "system("Rserve")". This
2013 Sep 20
1
Run service failed
I''m trying to setup a service that doesn''t support any service script. Using the following: service { ''Rserve'': ensure => ''running'', start => ''/usr/bin/R CMD Rserve --gui-none'', provider => ''base'', } When I run puppet agent -t -d, it returns the following: Debug:
2007 May 19
0
Rserve() ?
Hi, I have also tried to install the Rserve package on my machine. I am able to load with with library(Rserve), but when I trype Rserve() to start the server, I get the following message: > Rserve() Stating Rserve... C:/PROGRA~1/R/R-25~1.0/library/Rserve/Rserve.exeWarning message: 'Sys.putenv' is deprecated. Use 'Sys.setenv' instead. See help("Deprecated") I have
2010 Nov 11
0
Rserve Installing error on AIX5.3..
Hello all! I am nabsan. I've got error below when I try to install the Rserve0.6.3 on AIX5.3. also I tried several version of Rserve 0.4.3 to 0.6.3.. but there were same error message.. [ld: 0711-317 ERROR: Undefined symbol: .main] any help please. ------------------------------ OS:AIX5.3 R:R2.8.1(--enable-R-shlib) Rserve: I tried .. 0.4.3 - 0.6.3 -------------------------------
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
Hi! I have trouble compiling the flac library using Microsofts free (yes MS gives it away including the optimizing C++ compiler msvc8.0) Visual Studio Express 2005. I get the output shown below. Does anyone have a way to make flac compile in VS 2005? Thanks! Ulrik 1>------ Rebuild All started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Deleting
2008 Feb 03
1
Chrooted R + Rserve
I successfully chrooted R running Rserve with an unprivileged user, and thought I'd publish the process. Attached is a jailkit.ini for use with jailkit;* and a chroot/setuid wrapper, chwrap.c. To set up the chroot in, for instance, /var/R; perform: mkdir -v /var/R jk_init -v -c jailkit.ini -j /var/R R then create the unprivileged user `r': useradd r After compiling chwrap
2017 Nov 13
0
Where to get support for Rserve?
?maintainer ## i.e. maintainer("rserve") Also, please search. A web search on simply "rserve" brought up what appeared to be many relevant hits. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Nov
2011 Jan 06
0
Rserve: failed to find config file
Dear R users, I've installed Rserve for R version 2.11.0 on x64 Windows 7. I've added the Rserve_d and Rserve files to the /bin/ folder where the R.exe is installed in the program files. I have also created an Rserv.cfg file that contains the following text: remote enable auth disable plaintext disable fileio enable when I run "R CMD Rserve_d" from the dos prompt I
2011 Dec 20
0
RServ 0.6-7 failed to install on RedHat
Hi I need some guidance on how to install RServ 0.6-7 on a Redhat machine R2.14 has been installed on this machine and when I try to install Rserve it returned the following: [root at soso abcde]# R CMD INSTALL Rserve_0.6-7.tar.gz Warning: unknown option ?--enable-R-shlib? * installing to library ?/usr/lib64/R-2.14.0/library? * installing *source* package ?Rserve? ... checking whether to
2004 Jul 01
0
MS OLAP -- RODBC to SQL Server "Slice Server" pass-through query to MS OLAP
Olivier Collignon wrote: > I have been doing data analysis/modeling in R, connecting to SQL databases > with RODBC (winXP client with R1.9.0 and win2k SQL server 2000). > > I am now trying to leverage some of the OLAP features to keep the data > intensive tasks on the DB server side and only keep the analytical tasks > within R (optimize use of memory). Is there any package
2009 Jun 24
1
How to recursively build a binary tree with R script?
Greetings! Can someone provide a simple script for a R function that recursively builds a binary tree. I am most familiar with C and pass by reference, but I think R is like Fortran and pass by value. - Mike Beddo
2007 Apr 07
2
Rserve and R to R communication
Dear All, The "clients.txt" file of the latest Rserve package, by Simon Urbanek, says, regarding its R client, "(...) a simple R client, i.e. it allows you to connect to Rserve from R itself. It is very simple and limited, because Rserve was not primarily meant for R-to-R communication (there are better ways to do that), but it is useful for quick interactive connection to an
2010 Feb 03
2
ggplot2/qplot question regarding reducing the no. of x-axis labels
All: I am using the command: qplot(date,MAE,data=data,facets=INTERVAL~type) which works fine except that the dates for my date axes are crunched together so much that they are unreadable. I can not find an option that I can set that will automatically reduce the x-axis labels to fit the available space. regards to all? -- Thomas E Adams National Weather Service Ohio River Forecast Center