similar to: Rserve: failed to find config file

Displaying 20 results from an estimated 2000 matches similar to: "Rserve: failed to find config file"

2004 Aug 14
1
Rserve needs (but cannot find) libR.a (or maybe it's .so)
I have successfully installed Rserv (http://stats.math.uni-augsburg.de/Rserve) on Mac OS, but I have trouble on two different linux platforms. R CMD INSTALL Rserve_0.3-10.tar.gz fails with this message ** libs gcc -g -O2 -I/usr/local/include -L/usr/local/lib Rserv.c -o Rserve \ -DDAEMON -O -I/usr/local/lib/R/include -Iinclude -I. -lR -L/usr/local/lib/R/bin -ldl -lcrypt
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 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
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
2010 Aug 15
0
Disable interaction in R to use with Rserve
Is there a way to disable interactive behavior in R (?interactive), but without it affecting the default error handling and reporting? This would be needed to use Rserve without any interruption. The problem is that the Rserve expects every eval either to return or return an error. The connection gets stuck whenever R wants to display some kind of prompt. For example, when the user runs
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
2013 Sep 15
0
building R, rJava, & Rserve on Centos without admin privileges (or support)
I am trying to build R on a Centos server without admin privileges (or support), so I can call R functions from NetLogo models (via the NetLogo R extension or possibly Rserve), but I'm getting stuck near the end of make. Any suggestions? Here's the setup... $ R_SHELL=/bin/sh $ R_HOME=~/R-devel $ cd $R_HOME; ./configure; make returns ... begin installing recommended package MASS
2010 Feb 20
3
Rearranging a data frame for multiple observations
Hi there, I think I'm struggling with a fairly simple problem but can't seem to solve it. I have multiple observations for one unique identifier. Ultimately I want to end up with one line per identifier with multiple observations in rows. I'm really stuck any help would be really appreciated. CAO0337134 05/09/95 CAO0337134 27/09/05 CAO0347741 10/10/04 CAO0347741 12/10/04
2010 Dec 06
0
Error with Rserv
Hi I get this error with Rserve: eval failedeval failed, request status: R parser: syntax erroreval failed, request status: R parser: input incompleteorg.rosuda.REngine.Rserve.RserveException: eval failed at org.rosuda.REngine.Rserve.RConnection.eval(RConnection.java:233) at se.ucr.qrep.RGenerator.generateReport(RGenerator.java:45) Anyone know what it could mean? -- View this message in
2005 Jun 11
1
Using Rserve
Hey is there a more consistent way of connecting to Rserve. I have code that opens a connection to Rserve by executing explicitly using Java runtime ( "C:\Program Files\R\r20XXX\Rserve.exe" ). However when i run the app and attempt to connect, it does not connect imediately.I have to close the app and open it again for a few times before i get a connection. Am i doing something wrong?
2010 Mar 12
7
sqldf not joining all the fields
Dear R users, I have two data frames that were read from text files as follows: x_data <- read.table("x.txt", header = TRUE, sep = "|", quote = "\"'", dec = ".",as.is = TRUE,na.strings = "NA",colClasses = NA, nrows = 3864284, skip = 0, check.names = TRUE,fill=TRUE, strip.white = TRUE,
2010 Mar 03
1
Subset using partial values
Hi everyone, I would like to subset a data.frame using partial values. For example I have the following data.frame: PROCHI Main_condition 1234 411 1235 4110 1236 4111 1237 I20 1238 I201 1239 I202 Now let's say that I use the Subset function. Ordinarily I would use it as follows Subset(x, Main_condition=="411"|Main_condition=="4110" etc to get
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
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
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,
2010 Sep 06
3
Finding the two most recent dates
Dear R help, I have the following data frame: structure(list(prochi = c("ind_1", "ind_1", "ind_1", "ind_1", "ind_1", "ind_1", "ind_1", "ind_1", "ind_1", "ind_1"), date_1st_event = structure(c(14784, 14784, 14784, 14784, 14784, 14784, 14784, 14784, 14784, 14784 ), class = "Date"),
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
2005 Aug 29
2
FW: RServe initialization problem
I want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE":
2006 Jul 17
0
Handshake exception in Rserve [Broadcast]
We had something similar, and as far as I recall the problem turned out to be that we had not set the config file to allow remote connections. This would probably be better put on the Rosuda mailing list: http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel Hope this helps, Matt Wiener -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces
2009 Nov 12
0
Help with Rserve
Dear colleagues: I'm very interested in Rserve because I'm trying to model (time series) remotely using a terminal (Windows XP) over a database in a server (Windows Vista) by internet. My first question: Is Rserve the solution to work remotely with R (for time series analysis) with databases? If this is the solution I have the next problem: The client application of Rserve works over