This must be a simple question but I could not find anything under the FAQ... so here goes. I am currently working on a (quite specific) set of functions I would like to place in a library. But: I'd like to keep this separate from the R source and CRAN libraries. Is there a global variable so that R searches also other directories for sources when installing libraries? BTW, this can also be handy when installing new R versions... Any help appreciated. Ron ---------------------+-------------------------------------------------- Ron Wehrens | " In a purely metaphorical sense, I am a turnip " Analytical Chemistry | (W.A. Quayle) Catholic University | Email: rwehrens at sci.kun.nl Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens 6525 ED Nijmegen | Tel: +31 24 365 2053 The Netherlands | Fax: +31 24 365 2653 ---------------------+-------------------------------------------------- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>>>> Ron Wehrens writes:> This must be a simple question but I could not find anything under the > FAQ... so here goes.> I am currently working on a (quite specific) set of functions I would like > to place in a library. But: I'd like to keep this separate from the R source > and CRAN libraries. Is there a global variable so that R searches also other > directories for sources when installing libraries? BTW, this can also be > handy when installing new R versions...In 0.60, there will be an environment variable called RLIBS, which does exactly what you want. -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=