What to install in fresh R

Packages I use in my projects in 2023
code
Author
Published

July 22, 2023

Recently, I updated my R installation. This post is a note for future-me, what packages I want to have installed.

Packages

The list is not optimized for dependencies (you could likely save some time with better ordering).

# data wrangling
tidyverse
readxl
writexl
janitor
googlesheets4

# visual presentation
ggthemes
patchwork
gt

# statistics
brms
tidybayes
lme4
lmerTest
metafor
psych

# utils
here
devtools