Laurent Gautier is announcing that RPy with version number 2.6.0 is already available to download.
What is RPy ?
RPy is A Python interface to the R language .
It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions).All errors from the R language are converted to Python exceptions.Any module installed for the R system can also be utilized from within Python itself.
This is changelog for RPy version 2.6.0 :
- Significant changes were made in the underlying C code (R objects protected from garbage collection by rpy2 can now be tracked), and there are new visible features such as interface to the R help and a very experimental system to build R graphical devices from Python.
You can read the complete changelog and also download this latest version on their homepage: rpy.sourceforge.net