[R] Rserve - Request assistance with installation, confirmation thereof and starting (R 3.5.1 on 64-bit Win7 Pro)

2019-01-15 Thread Rick Van Camp
Hello, I am attempting to install two R packages with specific version numbers. These are Rserve_1.8-0.zip and MASS_7.3-45.zip. As the file extension suggests, I am installing packages from local zipfiles in the GUI Packages menu. R Console displays positive feedback when MASS is loaded in this

[R] Rserve() error in the first instance of running a Java application

2016-05-02 Thread Purva Kulkarni
Hi, I am writing a Java GUI application which uses Rserve(). I have a java script which sends a command to the shell to start Rserve(). When I run the Java main method for the very first time, it calls this script to invoke Rserve() and starts Rserve(). But, in this first run the Java GUI appl

[R] R, Rserve logging

2014-06-16 Thread Hema Seshadri
I am running R on daemon mode Rserve (to connect to java). It spits out a constant flow output. Is there a way to turn it off or set it to rotate etc. In other words I want to find out how R, Rserve handles logging. [[alternative HTML version deleted

[R] Rserve-PHP client warning

2012-10-23 Thread sagarnikam123
i connected Rserver successfully. can do some functions like rnorm(),print(),etc... i am connecting R with Hive-hadoop i have installed library "RHive" which will take care of connection but when i am connecting it throws warning..like "Warning: type 7 is currently not implemented in the PHP clien

[R] Rserve as a proxy

2012-03-12 Thread Ed Siefker
Is there a simple way to use Rserve/RSclient as a proxy to transparently send requests from a local instance of R to a remote instance? It seems like this would by doable by wrapping each call that doesn't refer to a local path inside RSeval. Is this harder than it seems? Does this already exis

[R] RServe

2012-02-24 Thread Ajay Askoolum
One line of the RServe documentation (for Java, which I do not know) is: Rconnection c = new Rconnection(); 1. Is Rserve a COM or ActiveX object? If affirmative, what is the ProgId (or clsid)? 2. If Rserve is not an ActiveX Object, does Java (like C#) require a reference to the EXE or DLL that

Re: [R] Rserve

2011-02-01 Thread Joel
Can add that if it dossent split up the processes by default is there anyway I can do it by myself? //Joel -- View this message in context: http://r.789695.n4.nabble.com/Rserve-tp3251032p3251138.html Sent from the R help mailing list archive at Nabble.com. _

[R] Rserve

2011-02-01 Thread Joel
Hi Im just wondering if anyone knows if Rserve is parallel programed? and if so how, do it send every new connection to a new node or? Thx for the help Joel -- View this message in context: http://r.789695.n4.nabble.com/Rserve-tp3251032p3251032.html Sent from the R help mailing list archive a

[R] Rserve: failed to find config file

2011-01-06 Thread Newbie19_02
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 plai

[R] Rserve Installing error on AIX5.3..

2010-11-11 Thread nabsan_jp
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.

Re: [R] Rserve alternative?

2010-11-08 Thread Ajay Ohri
Alternatives to Windows platform are Linux. Try Ubuntu download from http://www.ubuntu.com/getubuntu/downloadmirrors if you are a Linux newbie to use Rserve Also see Rapache at http://rapache.net/ for using Apache Web Server and R together. The third R interface on web is Rweb see http://www.jsta

Re: [R] Rserve alternative?

2010-11-08 Thread Erich Neuwirth
You might want to look at statconnWS (available from rcom.univie.ac.at). Warning: This project is not open source. On 11/8/2010 12:40 PM, Ralf B wrote: > The Rserve documentation at > > http://rosuda.org/Rserve/doc.shtml#start > > states that even when making multiple connections to the Rserve,

Re: [R] Rserve causes Perl error

2010-11-08 Thread jim holtman
Could be both. Do you have perl installed and is it on a path that R can find. On Mon, Nov 8, 2010 at 1:32 AM, Ralf B wrote: > Hi all, > > I tried to run Rserve: I installed it from CRAN using > > install.packages("Rserve") > > and tried to run it from the command line using: > > R CMD Rserve >

[R] Rserve alternative?

2010-11-08 Thread Ralf B
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 alternativ

[R] Rserve causes Perl error

2010-11-07 Thread Ralf B
Hi all, I tried to run Rserve: I installed it from CRAN using install.packages("Rserve") and tried to run it from the command line using: R CMD Rserve I am getting an error telling me that the command perl cannot be found. What is wrong and what can I do to fix this? Do I need to install any o

Re: [R] Rserve error

2010-10-31 Thread Prof Brian Ripley
We are missing all the version information the posting guide asked for. Is this 32-bit or 64-bit R? If the former the location of R.dll changed in R 2.12.0, and Rserve would have needed to change too. However, this is not the place for questions/bug reports on Rserve: see http://www.rforge.n

[R] Rserve error

2010-10-31 Thread Anand Bambhania
Hi all, I'm trying to run Rserve on windows RGui. It installs successfully but when I use "Rserve()" to invoke the service it shows following error: "The program can't start because R.dll is missing from your computer. Try reinstalling the program to fix this problem." I even tried reinstalling R

Re: [R] Chrooted R + Rserve

2010-10-29 Thread Jeroen Ooms
the appropriate changes to the .ini, I still get the same error. Anyone successfully reproduced this setting with a recent R/Rserve/Jailkit? -- View this message in context: http://r.789695.n4.nabble.com/Chrooted-R-Rserve-tp845917p3020014.html Sent from the R help mailing list archive at

[R] Rserve config

2010-10-07 Thread Joel
Dont know if this is the right forum for this but here we go. Trying to figure out where I should put the Rserv.conf file in windows, anyone have any idea? //Joel -- View this message in context: http://r.789695.n4.nabble.com/Rserve-config-tp2966394p2966394.html Sent from the R help mailing li

Re: [R] Rserve (Anyone?)

2010-08-20 Thread Romain Francois
Questions about Rserve typically go to this mailing list: http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel Le 20/08/10 06:25, Donald Paul Winston a écrit : REXP has an asBytes() method. Will this capture the output of an R plot function if a proper graphics device is used?

[R] Rserve (Anyone?)

2010-08-19 Thread Donald Paul Winston
REXP has an asBytes() method. Will this capture the output of an R plot function if a proper graphics device is used? It appears R insists on sending plot output to a file. Kind of strange since it insists on loading all your data into memory before it can do anything. If so then does anyone know

Re: [R] RServe across network

2010-04-26 Thread Cedrick W. Johnson
Is it [server/rserve] running on Windows or Linux? -c On 4/26/2010 2:19 PM, Nupur Gupta wrote: > Hi, > I am trying to connect to RServe across a network. > > I had put RServe on my local machine and it worked just fine. When am try to > connect to it across a network - it is able to go through the

[R] RServe across network

2010-04-26 Thread Nupur Gupta
Hi, I am trying to connect to RServe across a network. I had put RServe on my local machine and it worked just fine. When am try to connect to it across a network - it is able to go through the handshake and get in. However , when it gets to the 'request' method in the RTalk class, it hangs. Any i

Re: [R] Rserve : CStack usage too close to the limit

2010-04-15 Thread Bio7
I successfully use RServe with big matrices for e.g. image analysis and as a computational backend for my GUI. http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm http://www.uni-bielefeld.de/biologie/Oekosystembiologie/bio7app/flashtut/rperspective.htm http

[R] Rserve : CStack usage too close to the limit

2010-04-15 Thread Matthieu Decorde
Hi, I use the Rserve package (RserveEngine.jar) and the Java client (REngine.jar) from Rforge. I manipulate R matrices from within Java. When calling a R function from the Java client on a R matrix, Rserve gives an error : "CStack too close to the limit" That error happens when the matrix has a

[R] pass an array of array from Java to R- Rserve

2010-02-27 Thread Rameswara Sashi Kiran Challa
hello all, Could someone please tell me how should I pass a double[][] (matrix of any size) that I have in Java, into R using Rserve. Thanks Sashikiran -- Sashikiran Challa MS Cheminformatics, School of Informatics and Computing, Indiana University, Bloomington,IN scha...@indiana.edu 812-606-

[R] Rserve with java commands and examples

2009-09-30 Thread pragathichi
I am currently working in Rserve. I have trouble understanding the eval commands and when to use it? How to write java script for R commands? Is there any tutorial or documentation. Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Rserve-with-java-commands-

Re: [R] RServe - How to use 'createReference' method?

2009-08-04 Thread Romain Francois
Hi, I've done a more complete response in my blog. http://tr.im/vshK Romain On 08/04/2009 06:10 PM, Romain Francois wrote: Hi, So the file you want to read is on the client machine, and you want to transfer it to the server and read it into R ? What I guess you need is : - open a FileInput

Re: [R] RServe - How to use 'createReference' method?

2009-08-04 Thread Romain Francois
Hi, So the file you want to read is on the client machine, and you want to transfer it to the server and read it into R ? What I guess you need is : - open a FileInputStream, many many tutorials on the web will tell you how this works. - open a RFileOutputStream - call the read(byte[] b) met

Re: [R] RServe - How to use 'createReference' method?

2009-08-04 Thread joaodaniel
Hello, Actually you are right. I was looking on the wrong direction. But I still got some doubts about how to use those methods. I want to open a file on the client machine, for example a txt tab-delimited, and create a dataframe with its information on R. I got to create a RFileInputStream obj

Re: [R] RServe - How to use 'createReference' method?

2009-08-03 Thread Romain Francois
Hi, The Rserve implementation of REngine does not support references (yet?). Anyway, I don't think references are what you need here. You probably want the methods createFile and openFile that create RFileInputStream and RFileOutputStream which you can use to transfer files through the R ser

[R] RServe - How to use 'createReference' method?

2009-08-03 Thread joaodaniel
I need to input a txt, or xls, file from a client to R, using RServe. >From what I've been reading, the best way to do this, is using the 'createReference' method, from REngine package. But I couldn't find any documents exemplifying it's use. I got to upload a file from java? And then? How do i

Re: [R] RServe

2009-03-11 Thread Maxl18
I solved the problem. With a big C in RConnection and asDoubles() it works... try{ RConnection r = new RConnection(); double[] d = r.eval("rnorm(10)").asDoubles(); } catch(Exception e){} -- View this message in context: http://www.nabble.com/RServe-tp22452051p22454401.html Sent from the R help

[R] RServe

2009-03-11 Thread Maxl18
Dear all, I'm trying to use R-functions from Java. I want to use the Package Rserve. Everthing is installed and I can run my Java-testprogramm. ... Rconnection r = new Rconnection(); double[] d = r.eval("rnorm(10)").asDoubleArray(); ... But now I get always arrays with ten "0.0", which is not c

[R] Rserve/RandomForest does not work with a CSV?

2009-01-10 Thread anthony
Hi all, We're using Rserve and RandomForest to do classification from within a Java program. The total is about 4 lines of R code: library('randomForest') x y future fit<-randomForest(x,y,no.action=na.roughfix,importance=T,proximity=T) p<-predict(fit, future) What is very frustrating is that we

Re: [R] Rserve and creating a list of lists

2008-11-30 Thread Saptarshi Guha
Hello, With reference to the problem below, I have narrowed it down to trellis objects containing language objects , e.g a trellis object has a list element called $prepanel.default which is a function. The same happens if assign the result of an 'dist' call since it contains

[R] Rserve and creating a list of lists

2008-11-30 Thread Saptarshi Guha
Hello, I have some code which generates lattice objects. The function recieves serialized forms of the lattice objects which it then unserializes and then adds to an ArrayList. REXPRaw rser = new REXPRaw( target ); //target contains the raw serialized forms of lattic

[R] Chrooted R + Rserve

2008-02-03 Thread Peter Danenberg
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