The current (rpy2-2.0.1) r_repr() method used indeed to be __repr__().
There are places in the documentation that were not updated, as you
point it out.
This was changed to avoid flooding accidentally the console during
interactive sessions. It is sometimes hard to anticipate what R
functions r
On 1/7/2009 5:13 PM Alan G Isaac apparently wrote:
> Access to robjects
> does not match the documentation
Badly put: I should have said that
*representation* of robjects does
not match the documentation.
(And is therefore much less useful.)
Alan Isaac
--
I installed rpy using the most recent Windows installers.
Testing the installation produces 7 failures (not the 2
suggested in the documentation). Access to robjects
does not match the documentation at:
http://rpy.sourceforge.net/rpy2/doc/html/introduction.html#the-r-instance
Example below.
Alan