Statistics::RserveClient

This is a Perl module implementing a client library for Rserve http://www.rforge.net/Rserve/ (a TCP/IP server for R statistical software). The software is largely based on the PHP implementation of Clément Turbelin.

Tests

You can run tests using prove:

prove -r t

Usage

The use of the library is simple

  1. create an instance of Rserve_Connection

$cnx = new Statistics::RserveClient::Connection('myserverhost');

  1. Send R commands and get the results as perl array

@result = $cnx->evalString('x ="Hello world !"; x');

Contacts

Djun Kim, djun.kim@cielosystems.com http://puregin.org