Chapter 4 Other Tips/Tricks

Michael Culshaw-Maurer has a nice page with some of his favorite shortcuts in R.

If you want to make noise at the end of your scripts check this out.

4.1 Notes for Andrew

This code may be useful if the user had an issue merging new packages

update.packages(ask = FALSE, checkBuilt = TRUE)