Rserve - Binary R server
RForge.net

Rserve

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

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/Rserve/trunk Rserve

To install the latest development snapshot of this package, use

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

To list branches use

svn ls svn://svn.rforge.net/Rserve/branches
and for tags use
svn ls svn://svn.rforge.net/Rserve/tags

Most recent SVN commits


r236 | urbanek | 2008-08-17 18:01:01 -0400 (Sun, 17 Aug 2008) | 1 line
   M trunk/NEWS
   M trunk/src/client/cxx/Rconnection.cc
   M trunk/src/client/cxx/Rconnection.h
fix C++ client to support 0.5 types

r235 | urbanek | 2008-07-31 13:20:32 -0400 (Thu, 31 Jul 2008) | 1 line
   M trunk/NEWS
   M trunk/src/Rserv.c
fix integer parameter decoding in setBufferSize and readFile

r234 | urbanek | 2008-07-29 09:59:42 -0400 (Tue, 29 Jul 2008) | 1 line
   M trunk/src/Rsrv.h
try harder to detect endianness and allow -DNO_CONFIG_H

r233 | urbanek | 2008-07-29 09:31:32 -0400 (Tue, 29 Jul 2008) | 1 line
   M trunk/src/client/cxx/rcmd.cc
enhance rcmd

r231 | urbanek | 2008-07-22 17:05:03 -0400 (Tue, 22 Jul 2008) | 1 line
   M trunk/NEWS
   M trunk/src/Rserv.c
   M trunk/src/Rsrv.h
improve protection for vectors, add incoming XT_VECTOR_EXP support

r230 | urbanek | 2008-07-22 16:15:28 -0400 (Tue, 22 Jul 2008) | 1 line
   M trunk/NEWS
   M trunk/src/Rsrv.h
bump up version to devel