Skip to content

Instantly share code, notes, and snippets.

@jbkunst
Last active February 24, 2020 13:04
Show Gist options
  • Save jbkunst/981a6416025d3d7d80303bc20e5269fa to your computer and use it in GitHub Desktop.
Save jbkunst/981a6416025d3d7d80303bc20e5269fa to your computer and use it in GitHub Desktop.
# run via
# source("https://gist.githubusercontent.com/jbkunst/981a6416025d3d7d80303bc20e5269fa/raw/install.packages.R")
install.packages(c(
# tidyverse
"tidyverse", "broom",
# io
"RODBC", "odbc", "readxl", "writexl", "dbplyr",
# development
"devtools", "testthat", "roxygen2", "assertthat",
# modelling
"forecast", "randomForest", "partykit", "h2o",
# reporting
"shiny", "shinydashboard", "shinythemes", "flexdashboard",
"knitr", "rmarkdown", "xaringan", "revealjs",
# widgets
"highcharter", "DT", "leaflet",
# ggplot
"ggplot2", "hrbrthemes", "ggmap", "ggrepel", "patchwork", "ggforce"
# others
#"igraph", "geojsonio", "curl", "RCurl", "V8", "reprex", "furrr", "santoku"
), repos = "http://cran.rstudio.com/")
# source("https://install-github.me/jbkunst/highcharter")
# source("https://install-github.me/jbkunst/jbkmisc")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment