Skip to content
Prev 1216 / 3656 Next

Changing R_LIB_USER variable in ubuntu...

Hi Ken,

you can override R_LIBS_USER in ~/.Rprofile (in your case this expands to 
/home/ken/.Rprofile). For example, I have 

	R_LIBS_USER="~/lib/R/library"

in my file. Details can be found from within R with 

	> ?Startup

Note that R CMD does not seem to respect the settings in ~/.Rprofile. If I 
recall correctly, it used to in earlier R versions.

Kind regards,

Johannes



Am Sonntag, 30. Mai 2010, um 05:44:24 schrieb Kenneth Takagi: