Last active
September 3, 2021 01:52
-
-
Save sdhutchins/f20e94d484fbdaafb57bdbf0e2f7630e to your computer and use it in GitHub Desktop.
R packages to install first
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
install.packages(c('devtools', 'tidyverse', 'shiny', 'DT', 'rmarkdown', 'testthat', 'roxygen2', 'BiocManager', 'usethis', 'pkgdown', 'workflowr', 'ggpubr', 'ggthemes', 'sciplot', 'swirl', 'styler', 'ggsci', 'blogdown', 'bookdown', 'sinew', 'available')) | |
devtools::install_github('Mikata-Project/ggthemr') | |
devtools::install_github("max-alletsee/rstudio-themes") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment