Dear R-help,

I am trying to use a package (not from CRAN) which includes two shared
library (.so) files. The maintainer suggests inserting two lines
in /usr/bin/R,

LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:path-to-package/lib
export LD_LIBRARY_PATH

This works, but I felt more comfortable putting the first line
in .Renviron or $R_HOME/etc/Renviron.site. However this doesn't seem to
work, and I cannot see why it doesn't.

School of Biological Sciences, University of Edinburgh

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to