On Jun 12, 8:09 am, David Kirkby <david.kir...@onetel.net> wrote: > kir...@sage:~$ /usr/local/bin/sage > ---------------------------------------------------------------------- > | Sage Version 4.4.3, Release Date: 2010-06-04 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > sage: r.library('tools') > sage: r.testInstalledBasic("basic") > Error: object 'sage1' not found > sage: r.testInstalledBasic('basic') > Error: object 'sage2' not found > sage:
Ok. I get the same behavior. But once tools is loaded then the desired functions are visible, i.e. sage: r.test<TAB> r.testInheritedMethods r.testInstalledBasic r.testInstalledPackage r.testInstalledPackages r.testPlatformEquivalence r.testVirtual So, the fact that it does not work seems to be some other bug. My guess is that the bug would be on "entry" because sage: r.testInstalledBasic("basic") Error: object 'sage9' not found sage: r.traceback() NULL indicates that there is nothing in R's error stack. Ben -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org