Last active
August 22, 2019 20:27
-
-
Save FloWuenne/5d457456e239e75c3eb61ea210dea6b8 to your computer and use it in GitHub Desktop.
Setup Gist for new Rshiny server VMs.
This file contains 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
## Includes most packages commonly used in my workflows | |
install.packages("roxygen2") | |
install.packages("Rcpp") | |
install.packages("promises") | |
install.packages("httpuv") | |
install.packages("htmltools") | |
install.packages("xml2") | |
install.packages("digest") | |
install.packages("devtools") | |
library(devtools) | |
install.packages("xml2") | |
install.packages("tidyverse") | |
install.packages("flexdashboard") | |
install.packages("shinydashboard") | |
install.packages("DT") | |
install.packages("tidyr") | |
install.packages("plyr") | |
install.packages("dplyr") | |
install.packages("ggplot2") | |
install.packages("plotly") | |
install.packages("crosstalk") | |
install.packages("data.table") | |
install.packages("shinythemes") | |
install.packages("shinydashboardPlus") | |
install_bitbucket("liulab/MAGeCKFlute") | |
install.packages("gtools") | |
install.packages("manhattanly") | |
install.packages("magrittr") | |
install_github("FloWuenne/manhattanlyCRISPR") | |
install.packages("cowplot") | |
install.packages("shiny") | |
install.packages("rmarkdown") | |
install.packages("openxlsx") | |
install.packages("nlme") | |
install.packages("R.utils") | |
install.packages("mailR") | |
install.packages("XML") | |
install.packages("jsonlite") | |
install.packages("plotly") | |
install.packages("devtools") | |
install.packages("ggplot2") | |
install.packages("dplyr") | |
install.packages("tidyr") | |
install.packages("stringr") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment