Last active
June 6, 2019 14:51
-
-
Save cdesante/3e38377621178c437f6598a2e4bd8b7f to your computer and use it in GitHub Desktop.
newVersion
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
install.packages("tidyr", dependencies = TRUE) | |
install.packages("ggplot2", dependencies = TRUE) | |
install.packages("survey", dependencies = TRUE) | |
install.packages("gridExtra", dependencies = TRUE) | |
install.packages("dplyr", dependencies = TRUE) | |
install.packages("stringr", dependencies = TRUE) | |
install.packages("tidytext", dependencies = TRUE) | |
install.packages("mvtnorm", dependencies = TRUE) | |
install.packages("foreign", dependencies = TRUE) | |
install.packages("Zelig", dependencies = TRUE) | |
install.packages("tm", dependencies = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment