[Rpy] Dictionary Order

2011-12-08 Thread federico vaggi
Why not use http://pypi.python.org/pypi/ordereddict ? -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone consi

[Rpy] Fixed

2011-08-23 Thread federico vaggi
I just did a simple rgrep in the code directory and found out that the activate function was in rpy2.robjects.numpy2ri.activate() not just robjects. Sorry about the bother! Federico -- Get a FREE DOWNLOAD! and learn more

[Rpy] rpy2.robjects.activate()

2011-08-23 Thread federico vaggi
Hi everyone, I was working with some older code that requires both numpy and rpy2. I downloaded the latest version of rpy2, and after failing to get the program to run, I received a suggestion to try adding: rpy2.robjects.activate() import rpy2.robjects import rpy2.robjects.numpy2ri however, in