Skip to content
Prev 995 / 3656 Next

There's a nice packaging thing you do...

On Wed, Jan 13, 2010 at 2:05 PM, Paul Johnson <pauljohn32 at gmail.com> wrote:
Interesting that you bring this up. I can confirm this (lack of)
behavior on RedHat atleast.
http://www.cran.r-project.org/src/base/NEWS

If 'lib' is not specified or is specified of length one and
	the chosen location is not a writable directory,
	install.packages() offers to create a personal library
	directory for you if one does not already exist, and to
	install there.

If I understand correctly, this "feature" is not an artifact of a
distribution specific packaging. It irks me how an rpm installation (I
can talk of RedHat 5.4 only) blatantly ignores this, even to this day
(R 2.10.0)! And I fail to understand how/why, especially when
R_LIBS_USER is very specifically hardcoded in
/usr/lib64/R/etc/Renviron  (for x86_64)!!!

(Anyway, this is not the appropriate list for discussing any solution.)