Last active
September 10, 2019 07:19
-
-
Save mkiang/96dadf74da6c23231a77860a322ee78d to your computer and use it in GitHub Desktop.
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("rgdal", dep = TRUE) | |
install.packages("reshape2", dep = TRUE) | |
install.packages("viridis", dep = TRUE) | |
install.packages("rgeos", dep = TRUE) | |
install.packages("Imap", dep = TRUE) | |
install.packages("network", dep = TRUE) | |
install.packages("DT", dep = TRUE) | |
install.packages("tidyverse", dep = TRUE) | |
install.packages("deSolve", dep = TRUE) | |
install.packages("manipulate", dep = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment