[Rpy] Problems building rpy2 on OS X in 64-bit

2010-10-02 Thread Wes McKinney
I've been having an extremely difficult time building rpy2 on Snow Leopard with 64-bit EPD 6.2.2 running build running build_py running build_ext building 'rpy2.rinterface.rinterface' extension gcc -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -arch x86_64 -isysroot /Developer/SDKs/Mac

Re: [Rpy] How to pass "na.rm=True" to a function

2011-10-02 Thread Wes McKinney
On Sun, Oct 2, 2011 at 4:17 PM, Thomas Kluyver wrote: > On 2 October 2011 20:47, W. Thornton Martin wrote: >> >> z_month = r.aggregate(z1, r['as.yearmon'], r.mean, r['na.rm']=True) >> >> The "na.rm" part does not work, however.  What should the syntax be? > > I believe rpy2 converts . to _ to mak

Re: [Rpy] How to plot pandas DataFrames and their numpy columns with Rpy2?

2013-02-09 Thread Wes McKinney
On Wed, Feb 6, 2013 at 5:36 PM, Yarden Katz wrote: > [cross listed to pandas list since it's at intersection of pandas/rpy2 > - apologies for redundancy] > > Hi all, > > I'm trying to plot numpy arrays and pandas DataFrames with Rpy2 and am > running into several problems. I import rpy2, pandas an