Re: [Rpy] Error using rpy2

2009-12-08 Thread Laurent Gautier
The error message refers to undefined symbols in shared C libraries for R recommended packages, not about whether can be found or written into. Did you reinstall rpy2 after the more recent R was installed ? L. On 12/8/09 1:15 PM, B.A.D.C.M.D Santos wrote: > I managed to ask our Systems Admin

Re: [Rpy] Error using rpy2

2009-12-07 Thread Laurent Gautier
rpy2 will be happier with R >= 2.8 (as bugs in R were fixed) L. On 12/7/09 12:33 PM, B.A.D.C.M.D Santos wrote: > The problem is that I get the error when import robjects. When I tried > to replicate your instructions I got the following error: In [5]: > print(rpy2.robjects.r['search']()) > --

Re: [Rpy] Error using rpy2

2009-12-07 Thread Laurent Gautier
phyper is part of "stats", which should be loaded by defaults. Check what returns: print(robjects.r["search"]()) If not attached, you'll have to load it. L. PS: The R version, Python version, and rpy2 version is generally a good thing to tell us. On 12/7/09 11:06 AM, B.A.D.C.M.D Santos wrot