rpy2 / R rpath
In 8f133f2b the rpath to ${r-language:location}/lib/R/lib
was removed.
I don't know if it is intentional or mistake, but without this, importing rpy2.robjects fails with :
import rpy2.rinterface as rinterface File "/srv/slapgrid/slappart11/srv/runner/software/fe81d8bb0dce7c959f281823ce125bfd/develop-eggs/rpy2-2.4.0-py2.7-linux-x86_64.egg/rpy2/rinterface/__init__.py", line 101, in <module> from rpy2.rinterface._rinterface import * ImportError: libR.so: cannot open shared object file: No such file or directory
( I am trying to setup a test runner using EggTestSuite, if you know of any example I would appreciate )