Rserve - Binary R server
RForge.net

Rserve

About Rserve
Documentation
Examples
FAQ
News
Download/Files
 
GIT access
Technical Info
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/Rserve.git Rserve
see also Rserve GitHub repository.

To install the latest development snapshot of this package, use

install.packages("Rserve",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("Rserve",,"http://rforge.net/")

Most recent GIT commits


f1d0b0c8| Simon Urbanek | Tue Aug 13 12:03:14 2024 +1200
update NEWS
 M       NEWS

24cc6a0e| Simon Urbanek | Tue Aug 13 11:51:01 2024 +1200
make sure background-served child process terminates before REPL
 M       src/Rserv.c

f9e9afa3| Simon Urbanek | Thu Jun 13 19:42:24 2024 +1200
add run.Rserve(background=TRUE) and corresponding stop.Rserve() [unix only for now]
 M       NAMESPACE
 M       R/conn.R
 M       R/zzz.R
 M       src/Rserv.c

530bdaf0| Simon Urbanek | Thu Jun 13 19:41:22 2024 +1200
bump version to 1.8-15
 M       src/Rsrv.h

40a6204a| Simon Urbanek | Tue Feb 13 11:24:17 2024 +1300
update NEWS
 M       DESCRIPTION
 M       NEWS