Skip to content

Instantly share code, notes, and snippets.

@tomjemmett
Last active June 19, 2023 08:45
Show Gist options
  • Save tomjemmett/c105d3e0fbea7558088f68c65e68e1ed to your computer and use it in GitHub Desktop.
Save tomjemmett/c105d3e0fbea7558088f68c65e68e1ed to your computer and use it in GitHub Desktop.
Bootstrap a new R installation
pkgs <- c(
"arrow",
"datapasta",
"devtools",
"duckdb",
"furrr",
"golem",
"here",
"httpgd",
"janitor",
"languageserver",
"lintr",
"markdown",
"mockery",
"NHSRdatasets",
"odbc",
"renv",
"rmarkdown",
"styler",
"targets",
"testthat",
"tictoc",
"tidyverse",
"usethis"
)
install.packages(pkgs, type = "binary")
devtools::install_github("The-Strategy-Unit/StrategyUnitTheme")
devtools::install_github("nhs-r-community/NHSRtheme")
devtools::install_github("nhs-r-community/NHSRtools")
devtools::install_github("ManuelHentschel/vscDebugger")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment