On Apr 23, 2010, at 8:22 AM, Tal Galili wrote:

Due to the new R 2.11 release, I want to implement Dirk's suggestion
here<http://stackoverflow.com/questions/1401904/painless-way-to-install-a-new-version-of-r >
.

So for that I am asking - How can I (permanently) change R's library path?

Permanently? Not sure, but in .Rprofile you could leave code that sets with .libPaths()

> .libPaths()  # will accept alterations
[1] "/Library/Frameworks/R.framework/Resources/library"
>

(The best solution would be one that can be run from within R)
Thanks,
Tal



--
David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org 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