Re: [Rd] R_LIBS_USER on Ubuntu 16.04

2017-07-04 Thread Henrik Bengtsson
Users without privileges to fix this themselves can add the following (verbatim) to their ~/.Renviron: R_LIBS_USER=~/R/%p-library/%v No need to update when R is updated. For details on the above format, see help(".libPaths"). /Henrik On Mon, Jul 3, 2017 at 7:39 AM, Dirk Eddelbuettel wrote: > >

Re: [Rd] R_LIBS_USER on Ubuntu 16.04

2017-07-03 Thread Dirk Eddelbuettel
On 3 July 2017 at 15:35, Stefan Lüdtke wrote: | the recent update to R-3.4.1 kind of screwed the path to the libraries | installed on a user basis. | | The previous version of the file /etc/R/Renviron had the following line | activated: | | R_LIBS_USER=${R_LIBS_USER-'~/R/x86_64-pc-linux-gnu-li

Re: [Rd] R_LIBS_USER on Ubuntu 16.04

2017-07-03 Thread Ista Zahn
Hi Stefan, This is a packaging issue, not a change in the R source code. Further, it has already been discussed on R-sig-debian -- see https://stat.ethz.ch/pipermail/r-sig-debian/2017-July/thread.html Best, Ista On Mon, Jul 3, 2017 at 9:35 AM, Stefan Lüdtke wrote: > Dear all, > > the recent upd

[Rd] R_LIBS_USER on Ubuntu 16.04

2017-07-03 Thread Stefan Lüdtke
Dear all, the recent update to R-3.4.1 kind of screwed the path to the libraries installed on a user basis. The previous version of the file /etc/R/Renviron had the following line activated: R_LIBS_USER=${R_LIBS_USER-'~/R/x86_64-pc-linux-gnu-library/3.4'} This one is commented in the current