Right, normally this is how it works for me when I install R from
source. In this case, on this computer, I use the debian/ubuntu
packaging, and then it is necessary to 'rebuild' packages, obviously.
Thanks, Göran
On 2017-04-25 12:20, Viechtbauer Wolfgang (SP) wrote:
Sort of an obvious approach, but after every upgrade (regardless if
it is major/minor), I just delete my entire personal library and
reinstall everything from scratch. For this, I have a script that
includes just a bunch of install.packages() calls. Like:
install.packages(c("lme4", "glmmML", "MCMCglmm"))
install.packages(c("psych", "GPArotation", "sem", "lavaan")) [...]
I split things up a bit, based on the purpose/topic (along the lines
of http://www.wvbauer.com/doku.php/rpackages) to keep things
organized.
This may not be the most efficient method if you use hundreds of
packages, but works for me.
Best, Wolfgang
______________________________________________
R-help@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.