Last active
August 12, 2020 06:38
-
-
Save datawookie/2ee6c1f0b3b999f51bee13915e3ac68f 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(c( | |
"aws.s3", | |
"broom", | |
"CEoptim", | |
"fst", | |
"furrr", | |
"geosphere", | |
"ggmap", | |
"gmapsdistance", | |
"googledrive", | |
"here", | |
"igraph", | |
"janitor", | |
"jsonlite", | |
"logger", | |
"maptools", | |
"memoise", | |
"NMOF", | |
"osrm", | |
"remotes", | |
"raster", | |
"rgdal", | |
"rgeos", | |
"roxygen2", | |
"sf", | |
"sp", | |
"tictoc", | |
"tidyverse", | |
"units", | |
"usethis" | |
)) | |
remotes::install_github("hunzikp/MapColoring") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment