Re: [Rpy] help with loading library

2009-06-15 Thread laurent
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

Re: [Rpy] help with loading library

2009-06-15 Thread Peter
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

Re: [Rpy] help with loading library

2009-06-15 Thread Laurent Gautier
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

Re: [Rpy] help with loading library

2009-06-15 Thread Peter
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