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 Isaac Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy2 >>> rpy2.__version__ '2.0.0' >>> from rpy2 import robjects >>> robjects.r['pi'] <RVector - Python:0x009FEC38 / R:0x01217988> >>> print robjects.r['pi'] [1] 3.141593 >>> ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list