RAA - rsruby

rsruby / 0.4

Short description: Provides embedded R interpreter to Ruby scripts
Category: Library/Math
Status: beta
Created: 2006-10-25 07:02:39 GMT
Last update: 2006-10-25 07:02:39 GMT
Owner: Alex Gutteridge (Projects of this owner)
Homepage: http://rubyforge.org/projects/rsruby/
Download: http://rubyforge.org/projects/rsruby/
License: LGPL
Dependency:
None
Description:

The RSRuby class embeds a fully functioning R interpreter in a running Ruby script. The R interpreter can then be used to execute any R function or piece of code.

RSRuby also provides built-in conversion routines for converting between Ruby and R types. The conversion routines can also be customised by the user to accommodate almost any Ruby class or R type.

The code is based on the RPy project (http://rpy.sourceforge.net/) which provides the same functionality for Python.

Edit this project (for project owner)

back to RAA top