>there is something to your liking in beta1.
>
>try:
>
>import rpy2.robjects as ro
>ro.r._dotter = True
>ro.r.dev_off()

Rather than have a toggle, why not have an alternate proxy object - then
you don't polute your new API implementation with legacy support. For
example:

    from rpy2 import compat as r
    r.dev_off()

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to