Skip to content

Instantly share code, notes, and snippets.

@briandk
Created January 18, 2026 04:29
Show Gist options
  • Select an option

  • Save briandk/1dbb4262fa3add11cb2553fa4dbd0cc5 to your computer and use it in GitHub Desktop.

Select an option

Save briandk/1dbb4262fa3add11cb2553fa4dbd0cc5 to your computer and use it in GitHub Desktop.
A list of libraries to reinstall after updating a major R version
# Updated 2025-04-18
install.packages("pak")
pkgs_to_install <- c(
"tidyverse",
"janitor",
"qs2",
"nanoparquet",
"magrittr",
"gt",
"viridisLite",
"here",
"readxl",
"writexl",
"bslib",
"patchwork",
"scales",
"rmarkdown",
"sf",
"DT",
"shiny",
"whereami",
"remotes",
"openxlsx2"
)
# pak::pak(pkgs_to_install)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment