Re: [Rpy] consolePrint() and Python 3

2011-02-28 Thread Artur Wroblewski
On Mon, Feb 28, 2011 at 1:05 PM, Laurent Gautier wrote: >> Indeed, you mentioned NA_Real, but what else can be put in FloatVector >> beside float number? Some R's NULL representation? What about NaN? [...] > rinterface.NULL is not accepted (for I believe R's behaviour is confusing). > Nan in Pytho

[Rpy] Problem installing rpy2 on Mac OS X Snow Leopard with homebrew R

2011-02-28 Thread Uri Laserson
I am trying to install rpy2 on my Mac OS X Snow Leopard machine. I am using homebrew to build all my packages from source, including R. I tried `pip install rpy2` and get the following output: https://gist.github.com/848119 Any ideas what the problem might be? Uri .

Re: [Rpy] Problem installing rpy2 on Mac OS X Snow Leopard with homebrew R

2011-02-28 Thread Laurent Gautier
On 2/28/11 11:14 PM, Uri Laserson wrote: > I am trying to install rpy2 on my Mac OS X Snow Leopard machine. > > I am using homebrew to build all my packages from source, including R. > > I tried `pip install rpy2` and get the following output: > https://gist.github.com/848119 > > Any ideas what the