Skip to content

Instantly share code, notes, and snippets.

@wckdouglas
Created October 7, 2016 07:37
Show Gist options
  • Save wckdouglas/8a390a21f072e754a90b4094ed2aa79e to your computer and use it in GitHub Desktop.
Save wckdouglas/8a390a21f072e754a90b4094ed2aa79e to your computer and use it in GitHub Desktop.
installpkg.R
packages <- c('readr', 'dplyr', 'devtools', 'rcpp', 'stringr', 'tidyr','ggplot2','bit64')
install.packages(packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment