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
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
.
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