up vote 2 down vote favorite
share [g+] share [fb]

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)

link|improve this question

77% accept rate
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
I have been look here - cran.r-project.org/bin/windows/base/… with no success. I'll check in that manual then. – Tal Galili Apr 23 '10 at 12:40
o.k, using the example in the text, I get an error... Error: 16:10: unexpected '/' 16: R_LIBS=C:/ – Tal Galili Apr 23 '10 at 12:47
Yes, you need to protect strings with quotes – Dirk Eddelbuettel Apr 23 '10 at 13:33
Thanks Dirk, actually - the error was because I didn't work with Renviron.site but instead used Rprofile.site ("You live, you learn...") – Tal Galili Apr 23 '10 at 16:10
Note that those files are (on all systems) inside the R 'tree' and will be replaced by the next version. Consider user-local files, or system-wide environment variables. – Dirk Eddelbuettel Apr 23 '10 at 17:38
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.