Created
January 18, 2026 04:29
-
-
Save briandk/1dbb4262fa3add11cb2553fa4dbd0cc5 to your computer and use it in GitHub Desktop.
A list of libraries to reinstall after updating a major R version
This file contains hidden or 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
| # 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