Error in STAN/ BRMS functions using R 3.6.2

@majormongoose @bgoodri
I ran into the same issue mid model tuning now. Seems ‘BH’ pushed an update today and that must have broken it?

I removed it and installed an old version and that fixed it for me:

remove.packages(“BH”)
require(devtools)
install_version(“BH”, version = “1.69.0-1”, repos = “http://cran.us.r-project.org”)