0.3 Set up
Install rstan : https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started
install.packages(c("bayesrules", "tidyverse", "janitor", "rstanarm",
"bayesplot", "tidybayes", "broom.mixed", "modelr",
"e1071", "forcats"),
dependencies = TRUE)
On linux (ubuntu 22) I had to update some dependencies.