Skip to content

.libPaths

2 messages · Matt Pocernich, Roger D. Peng

#
What file would I modify to add an additional libPath on startup?  In
addition the the default directory, I would like to add a second path.

Thanks,


Matt Pocernich
NCAR - Research Applications Program
303-497-8312
#
In your home directory you can create a file called .Renviron and put in
the line:

R_LIBS=/path/to/my/library

Or you could insert the same line in the sitewide Renviron file.

-roger
_______________________________
UCLA Department of Statistics
http://www.stat.ucla.edu/~rpeng
On Wed, 23 Apr 2003, Matt Pocernich wrote: