Re: [Rpy] Build problem under linux-x86_64

2008-06-19 Thread Laurent Gautier
2008/6/19 Tim Axelrod <[EMAIL PROTECTED]>: > > > Laurent Gautier wrote: > >> 2008/6/18 Tim Axelrod <[EMAIL PROTECTED]>: >> >>> >>> Hello, >>> >>> Just tried to install rpy for the first time, and ran into the following. >>> Any suggestions? >>> >> >> Would it be working with a more recent version o

Re: [Rpy] Build problem under linux-x86_64

2008-06-19 Thread Tim Axelrod
Laurent Gautier wrote: 2008/6/18 Tim Axelrod <[EMAIL PROTECTED]>: Hello, Just tried to install rpy for the first time, and ran into the following. Any suggestions? Would it be working with a more recent version of R ? I suspect it might. Unfortunately, R 2.7.0 fails to compile

Re: [Rpy] Arghh!!! RPY trials continue...Column naming fun.

2008-06-19 Thread Chris Arthur
My message seemed to get a bit lost in that discussion so just to bring it back ... Changing that to mod instead of r(mod) results in predicted=r.predict(*r(mod)*, type='response', ncomp = 10, newdata = accFAS ) gives the following error Traceback (most recent call last): File "C:\Documents

Re: [Rpy] zero byte images

2008-06-19 Thread Gregory Warnes
The Cairo package is an optional library. You should be able to install it using: > install.packages(Cairo) And then get information on using it via: > library(Cairo) > ? Cairo -Greg On 6/16/08 4:13PM , "Patrick Jackson" <[EMAIL PROTECTED]> wrote: > I believe we are finally getting somewher