Re: [Rpy] rpy2.2 documentation error

2012-07-16 Thread Laurent Gautier
Hi Andrew, Thanks for reporting your issues with the documentation. For the first one, I'd think that there is a typo and one should read: from rpy2.robjects import NA_Real For the second one, the code base changed and the documentation did (for rpy2-2.3, I am slowing moving toward have the do

[Rpy] rpy2.2 documentation error

2012-07-15 Thread Andrew Mittleider
Hello all, I believe there are two documentation errors with regards to this link: http://rpy.sourceforge.net/rpy2/doc-2.2/html/introduction.html#r-vectors . The first error is with the import statements. They should be rearranged to the following: from rpy2.robjects.packages import importr fro