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']())
> --
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']())
---
AttributeError Traceback (most recent call last
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
I am getting an error when using rpy2 under a Debian operating system. It
seems to be some kind of problem with R_LIBS enviromental variable but I
cannot get it completly. Can someone please explain me better the problem
so I can try to fix.
I have tried to export a varible R_LIBS but the probl