Skip to content

Instantly share code, notes, and snippets.

@nickhepler
Last active August 24, 2016 23:30
Show Gist options
  • Save nickhepler/194644d8ba8ec748d9115a42b86a7cbd to your computer and use it in GitHub Desktop.
Save nickhepler/194644d8ba8ec748d9115a42b86a7cbd to your computer and use it in GitHub Desktop.
install_packages.R
pkgs <- c(
"dplyr", "gapminder", "ggplot2", "jsonlite", "Lahman",
"lubridate", "modelr", "nycflights13", "purrr", "readr",
"stringr", "tibble", "tidyr"
)
install.packages(pkgs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment