Top "Rserve" questions

Rserve is a server which allows other programs to use facilities of R either using TCP/IP or unix sockets.

Clearing all user-defined objects in R workspace

I'm working with Rserve via Ruby bindings. It's pretty trivial to establish a connection to Rserve, and I assume its …

r workspace rserve
HAProxy Loadbalancing TCP traffic

Using HAProxy, I'm trying to (TCP) load balance Rserve(a service listening in TCP socket for calling R scripts) running …

tcp load-balancing haproxy rserve
Simple program to call R from Java using Eclipse and Rserve

My application must perform R operations such as: m = matrix(sample(0:1,100, rep=T),ncol=10) The results should be available to …

java eclipse r rserve
How can I shut down Rserve gracefully?

I have tried many options both in Mac and in Ubuntu. I read the Rserve documentation http://rforge.net/Rserve/…

r rserve
how to connect to Rserve with an R client

I'm not sure if I am doing this right. In tab 1, I open R, then I execute Rserve(port = 6311) inside …

r rscript rserve
Run R script using JAVA program

I am new to R programming. I have created a simple R script and trying to run it using JAVA …

java r rjava rserve
What is the relation between RStudio and RServe?

I'm new to R and I decided to put R on a machine I have and see if I can …

r rstudio rserve rstudio-server
Rserve arguments: --save vs --no-save vs --vanilla

I am trying to understand the difference between the Rserve arguments --save, --no-save, and --vanilla. I don't see anything describing …

rserve
Store large data or a service connection per Flask session

I'm writing a small Flask application and am having it connect to Rserve using pyRserve. I want every session to …

python r flask rserve pyrserve