On Mon, 2009-06-15 at 17:22 +0100, Peter wrote:
> On Mon, Jun 15, 2009 at 4:47 PM, Laurent Gautier wrote:
> >
> > What is already not working in an R session has somewhat limited chances
> > of working with rpy2.
> >
> >> library(MASS)
> >> attach("birthwt")
> > Error in attach("birthwt") : file
On Mon, Jun 15, 2009 at 4:47 PM, Laurent Gautier wrote:
>
> What is already not working in an R session has somewhat limited chances
> of working with rpy2.
>
>> library(MASS)
>> attach("birthwt")
> Error in attach("birthwt") : file 'birthwt' not found
>
> The R function attach() is working on symb
Peter wrote:
> On Mon, Jun 15, 2009 at 4:15 PM, Xavier
> Tremblay wrote:
>> Hello all,
>>
>> I tried to find my answer in the archives of this mailing list, on Google
>> and on
>> RPY website, but I've found nothing so far. So forgive me if this was already
>> asked or dumb question.
>>
>> I'm try
The release of the bug-fixing 2.0.5 for rpy2 should happen very soon.
Before that it would be nice if "OS X with framework" folks could
confirm that now it installs ok.
http://bitbucket.org/lgautier/rpy2/get/7a39d4076609.gz
L.
PS: 2.0.5 is likely one of the last bugfix releases for the 2.0.x
s
On Mon, Jun 15, 2009 at 4:15 PM, Xavier
Tremblay wrote:
>
> Hello all,
>
> I tried to find my answer in the archives of this mailing list, on Google and
> on
> RPY website, but I've found nothing so far. So forgive me if this was already
> asked or dumb question.
>
> I'm trying to load a data set
Hello all,
I tried to find my answer in the archives of this mailing list, on Google and on
RPY website, but I've found nothing so far. So forgive me if this was already
asked or dumb question.
I'm trying to load a data set from MASS library, birthwt with the following code
import rpy2.robjects