Hi,

On 8/1/07, Alain Leblanc <[EMAIL PROTECTED]> wrote:
> I built RPy last year on a 64-bit FC5 and was getting error messages
> from the tests included with the package that were caused by the fact
> that r.NAN returns 'nan' while r.NA returns -2147483648. Could it be
> the cause of what you are observing?

Hmm - could that explain this behavior though?

import numpy
from rpy import r
x = numpy.zeros((2,2))
d_f = r.data_frame(x=x)

In [11]: d_f
Out[11]: {}

Matthew

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to