Hi Mark,
I regularly use rpy on my MacBookPro. What compiler's are you using?
(Ie
gcc -v
)
-G
On Jul 31, 2007, at 3:34PM , Mark Thomas wrote:
> Hi
>
> I have spent most of today trying to install rpy on my Mac
> (osx10.4.10). I
> have python 2.5.1 and R version 2.5.0 (2007-04-23)
Hi Gregory
Thanks for response. I am using gcc version 4.0.1 (Apple Computer, Inc.
build 5250)
The full response to gcc -v is:
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~20/src/configure
--disable-checking -enable-werror --prefix=/usr --m
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?
a
2007/7/31, Matthew Brett <[EMAIL PROTECTED]>:
> H
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,
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