Please read the Documentation page when using Rserve for the first time. You will find the links to the corresponding versions of Rserve on that page as well. Users and developers familiar with Rserve should also read the release notes for the current version.
*** The latest release version is now available from CRAN. Use install.packages("Rserve") in R ***
The latest development snapshot is available from RForge page.
Previous versions: Rserve_0.4-3.tar.gz (Updated 2006/05/03)
Please read the release notes! Each major version requires more recent clients.
Mac OS X users can use the following script to install binary version of Rserve (for R 2.3.x or 2.4.0). Type the following in R:
source("http://rosuda.org/Rserve/mac.install.R")
last 0.3-x version: Rserve_0.3-17.tar.gz
last 0.2-x version: Rserve_0.2-1.tar.gz (Updated 2003/09/18)
last 0.1-x version: Rserve_0.1-9.tar.gz (Updated 2003/06/23)
Rserve for Windows: See this page.
Java client
Java archive: JRclient-RF503.jar
Java sources: JRclient-RF503.tar.gz
JavaDoc: JavaDoc
Note: The client code is released only when the major version of R changes, please visit http://www.rosuda.org/R/nightly to get the latest development version.
New in RF503: Added support for sessions in Rserve 0.4, a few bugfixes.
New in RE817: Minor accessor fixes/mods (see JavaDoc); added PlotDemo graphics example.
New in RE321: Fixed bug in handling of boolean arrays; added support for String[] assignments.
New in RDA08: Support for Rserve-0.3, support for large data, new accessor methods (asDoubleMatrix, asDoubleArray, ...).
All files and sources are released under GPL. Please contact us if you need a different license.
|