Changes in version 0.6 (2026-07-21) o Fixed bug that made formulas like counts ~ (.)^3 not work. Changes in version 0.5-1 (2020-11-21) o Fixed bug that made glmbb output some models twice. Changes in version 0.4 (2020-08-16) o Fixed BIC by adding argument BIC.option to R function glmbb. Added note to documentation of R function glmbb explaining bogosity of previous definition of BIC and of AICc. Changes in version 0.3 (2017-06-02) o Fixed horrible bug discovered by Aaron Rendahl where when some variable names were substrings of other variable names not all models were searched. This could have been avoided if I had remembered the famous quote by Jamie Zawinski: “Some people, when confronted with a problem, think ‘I know, I'll use regular expressions.’ Now they have two problems.” o Now AICc == Inf when n <= p + 1. o Now error when AIC(out) is when out is output of R function glm. Changes in version 0.2 (2016-04-17) o Added graphical models. Now can search only over graphical models. Changes in version 0.1 (2016-04-13) o First submission to Github. Does all hierarchical models.