How to have recognized all the libraries Rpy2 R.
Rpy2 not recognizing the libraries, utils, and tools.
import rpy2.robjects as robjects
R = robjects.r
>>> R['library']("utils")
RVector - Python:0x7f65fc85cfc8 / R:0x19bb980
>>> R['library']("tools")
RVector - Python:0x7f65fc85f5a8 / R:0x2419140
(>>> from rpy2.robjects.packages import importr Traceback (most recent call last): File "", line 1, in ImportError: No module named packages )
as I can update Rpy2 to load all the libraries without problems or R that can be done.
PS: I use R 2.10 and python 2.6 on ubuntu