Uninstalling is surely not needed:
rpy anr rpy2 can coexist peacefully.
2008/10/9 Srikanth <[EMAIL PROTECTED]>:
> Thank your for the clarification. I tried the old way of replacing a dot
> with an underscore but it didn't work. Now I understand why. I moved back
> to using RPy 1.x because of
Thank your for the clarification. I tried the old way of replacing a dot
with an underscore but it didn't work. Now I understand why. I moved back
to using RPy 1.x because of my problems, but am going to re-install RPy 2.xx
and try the solution.
Thanks again for both the answer and for your work o
2008/10/9 Peter <[EMAIL PROTECTED]>:
>>> r.dev.off()
>>> ...
>>> LookupError: 'dev' not found
>>
>> Python is not R. The dot ("."), like in a large number of other
>> language, has a particular semantic meaning and therefore is
>> not a valid character for variable names.
>>
>> r['dev.off']() is wh
>> r.dev.off()
>> ...
>> LookupError: 'dev' not found
>
> Python is not R. The dot ("."), like in a large number of other
> language, has a particular semantic meaning and therefore is
> not a valid character for variable names.
>
> r['dev.off']() is what you are looking for.
Does the rpy v1 style