Dealing with Catalina

If you have Catalina and rstanarm yields any errors when you try to estimate a model. Try installing / testing it from source with

remotes::install_github("stan-dev/rstanarm", build_vignettes = FALSE)
library(rstanarm)
example(example_model)

plus whatever model was not working before.