Skip to content

Instantly share code, notes, and snippets.

@imanuelcostigan
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imanuelcostigan/bb6b3704f6c45bc50769 to your computer and use it in GitHub Desktop.
Save imanuelcostigan/bb6b3704f6c45bc50769 to your computer and use it in GitHub Desktop.
Setup library after fresh install of R
# Make sure devtools is installed
# install.packages("devtools")
# Then source this gist
# devtools::source_gist("bb6b3704f6c45bc50769")
ingesters <- c("readr", "readxl", "haven")
manipulatrs <- c("dplyr", "tidyr", "lubridate")
others <- c("testthat", "ggplot2", "knitr", "yaml", "rmarkdown")
install.packages(c(ingesters, manipulatrs, others))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment