Hi guys,
Speaking of R, would it be worth adding some maintenance scripts? e.g.
update.packages(checkBuilt=TRUE)
and even:
if(!require(installr)) {
install.packages("installr"); require(installr)} #load / install+load installr
updateR()
I'm not much of an R guy - maybe there are other things too.
Regards,
Alister