Due to the new R 2.11 release, I want to implement Dirk's suggestion here.
So for that I am asking - How can I (permanently) change R's library path? (The best solution would be one that can be run from within R)
Due to the new R 2.11 release, I want to implement Dirk's suggestion here.
So for that I am asking - How can I (permanently) change R's library path? (The best solution would be one that can be run from within R)
Please see the 'R Installation and Admin manual' and/or help(Startup)
; there are several options that are clearly documented.
You have several environment variables you can set; and several options about where to set them. My previous answer provides one; you did not say why you do not want to or cannot use it. But all other options are clearly documented; the question has also been re-hashed dozens of times on r-help.