Hi,

I've confirmed the reported problems with latest R (R-2.5.1), and that
tests pass and the script below works as expected with current R,
numpy on 32-bit,

Matthew

> I have a 64-bit FC4 system, with rpy from current SVN.

> With numpy (more or less current svn) on the path, and Numeric off it,
> I get the appended similar but not identical error messages.  The
> equivalent numpy script:
>
> import numpy
> from rpy import r
> x = numpy.zeros((2,2))
> d_f = r.data_frame(x=x)
>
> gives:
> In [11]: d_f
> Out[11]: {}

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