This version seems to work on my PC (WinXP, python 2.5, R 2.5.1 and 
NumPy 1.0.3), so thanks for the good work.
1 problem though, on my pc it seems like python crashes, when I want to 
plot a float32 array, while a float64 is no problem. Am I the only one 
having this problem?

from numpy import *
from rpy import *
a=arange(10).astype(float32)
r.plot(a)


Manuzhai wrote:
> I think I fixed the problem, at least it works on my box. You can
> download a source tarball from my Mercurial repository at [1] (the fix
> can also be seen here), this includes the other patches I proposed
> earlier. I even prepared a binary [2], but I don't with which versions
> it'll work. It seems to work with the setup I have here, which has
> Python 2.5, R 2.5.1 and NumPy 1.0.3.
>
> Cheers,
>
> Manuzhai
>
> [1] http://hg.xavamedia.nl/rpy/
> [2] http://manuzhai.nl/files/rpy-1.0-RC3.win32-py2.5.exe
>
> -------------------------------------------------------------------------
> 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
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to