Everytime I install a package from CRAN I receive this message: Installing package into ?/home/albap/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) Should I set my lib? If so, what's the recommended path? Also, everytime I have to choose the mirror. Could I make one of them default? Thanks! Ciao.
lib default location
4 messages · Uwe Ligges, Rolf Turner, Alba Pompeo
On 21.05.2016 14:49, Alba Pompeo wrote:
Everytime I install a package from CRAN I receive this message: Installing package into ?/home/albap/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) Should I set my lib? If so, what's the recommended path?
It is fine to keep this per user default.
Also, everytime I have to choose the mirror. Could I make one of them default?
Yes, one way is described in the examples of ?Startup. Best, Uwe Ligges
Thanks! Ciao.
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
On 22/05/16 01:54, Uwe Ligges wrote:
On 21.05.2016 14:49, Alba Pompeo wrote:
Everytime I install a package from CRAN I receive this message: Installing package into ?/home/albap/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) Should I set my lib? If so, what's the recommended path?
It is fine to keep this per user default.
Note that you can suppress the somewhat redundant message by specifying quiet=TRUE in the call to install.packages(). cheers, Rolf Turner Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276
Nice alternative solution. Thanks Rolf.
On Sat, May 21, 2016 at 6:30 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote:
On 22/05/16 01:54, Uwe Ligges wrote:
On 21.05.2016 14:49, Alba Pompeo wrote:
Everytime I install a package from CRAN I receive this message: Installing package into ?/home/albap/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) Should I set my lib? If so, what's the recommended path?
It is fine to keep this per user default.
Note that you can suppress the somewhat redundant message by specifying quiet=TRUE in the call to install.packages(). cheers, Rolf Turner Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276