Created
October 7, 2016 07:37
-
-
Save wckdouglas/8a390a21f072e754a90b4094ed2aa79e to your computer and use it in GitHub Desktop.
installpkg.R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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