Bugs item #1908350, was opened at 2008-03-05 17:07 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1908350&group_id=48422
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: rpy Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Gregory Warnes (warnes) Summary: the R.__repr__ method is broken Initial Comment: $ python Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy >>> rpy.r Traceback (most recent call last): File "<stdin>", line 1, in <module> File "rpy.py", line 323, in __repr__ Rver = self.__getitem__('R_version_string') File "rpy.py", line 306, in __getitem__ obj = self.__dict__[name] = self.__dict__.get(name, self.get(name)) rpy.RPy_RException: Error in get(x, envir, mode, inherits) : variable "R_version_string" was not found Note: I used the 1.0.1 release of rpy. ---------------------------------------------------------------------- >Comment By: Gregory Warnes (warnes) Date: 2008-04-16 10:57 Message: Logged In: YES user_id=9316 Originator: NO Fixed in svn, will be part of next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1908350&group_id=48422 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list