Skip to content

Instantly share code, notes, and snippets.

View alk224's full-sized avatar

Lela V. Andrews alk224

  • Northern Arizona University
  • Flagstaff
View GitHub Profile
#!/usr/bin/env Rscript
## Update R installation with necessary packages
## Set mirror
chooseCRANmirror(graphics=FALSE, ind=85)
## Update any "old" packages
update.packages(ask = FALSE, dependencies = c('Suggests'))