Skip to content
Back to formatted view

Raw Message

Message-ID: <22251.4796.892419.918069@max.nulle.part>
Date: 2016-03-17T20:25:32Z
From: Dirk Eddelbuettel
Subject: Ubuntu Installation
In-Reply-To: <CAAHNhKW+EMNXK09ot+5z0jTng1Kdv4AZqXvzTOtKZCgOVPn3mg@mail.gmail.com>

Ralph,

On 17 March 2016 at 16:02, R Vince wrote:
| I'm upgrading from one version of Ubiubta (14) to 17.
| 
| On 14, I had a directory structure as follows:
| 
| R/--i686-pc-linux-gnu-library

I religiously turn off R_LIBS_USER in /etc/R/Renviron to avoid that [1]. I
recommended to everybody who cares to listen to do the same.

If you do that, your path becomes

R> .libPaths()
[1] "/usr/local/lib/R/site-library" "/usr/lib/R/site-library"       "/usr/lib/R/library"           
R>

and all local installations go into the first of those three directories and
survive upgrades.

Hth, Dirk


[1] And for a while had this globally turned in the official Debian and hence
Ubuntu package but then the regexp broke.

| 
| 	[[alternative HTML version deleted]]
| 
| _______________________________________________
| R-SIG-Finance at r-project.org mailing list
| https://stat.ethz.ch/mailman/listinfo/r-sig-finance
| -- Subscriber-posting only. If you want to post, subscribe first.
| -- Also note that this is not the r-help list where general R questions should go.

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org