Files | Admin

Notes:

Release Name: 0.1.6

Notes:
Ruby client for Rserve, a Binary R server (http://www.rforge.net/Rserve/).

Follows closely the new Java client API, but maintains all Ruby conventions when possible.


Changes: === 0.1.6 / 2010-05-27 * Assign complete for all commons REXPs * Added Connection#shutdown * Added arch dependent for Double NA * Bug fix: list with booleans and NA raise an error * Added support for all types of REXP. * REXP::Wrapper provides a method to convert ruby types to R types. * Added spec for Rlist and REXP::Wrapper * Added generic to_ruby method. Ex.: Rlist#to_ruby returns an array * README.txt updated