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
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
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
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
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
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
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.
_
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
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
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.
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
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,
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
>
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
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
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
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
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
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
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?
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
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
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
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
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
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-
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-
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo