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


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

a50c4366| Simon Urbanek | Tue Feb 13 11:14:17 2024 +1300
close listening socket when attaching session (closes #155)
 M       src/Rserv.c

77cfadbc| Simon Urbanek | Tue Feb 13 11:15:30 2024 +1300
Update actions to latest runners
 M       .github/workflows/check.yml

a70ccf84| daef | Wed Jun 10 15:24:32 2015 +0200
fixed bug
 M       src/client/cxx/Rconnection.cc

98c8630e| Simon Urbanek | Tue Feb 13 10:59:15 2024 +1300
fix memory leak in the C++ client (#96)
 M       src/client/cxx/Rconnection.h