Most important change is fixing behavior with the survival package update. My sincere apologies for taking so long to do so.
- Changed
tidy.glmnet
to filter out rows where estimate == 0. - Updates to
rstanarm
tidiers (thanks to #177 from Jonah Gabry) - Repo moved; pointing URLs towards tidyverse/broom rather than dgrtwo/broom
- Added tidiers for
lsmobj
andref.grid
objects from the lsmeans package - Added tidiers for
betareg
objects from the betareg package - Added tidiers for
lmRob
andglmRob
objects from the robust package - Added tidiers for
brms
objects from the brms package (thanks to #149 from Paul Buerkner)
- Fixed issue with survival package 2.40-1 (thanks to #180 from Marcus Walz)
- local OS X install, R 3.3.0
- ubuntu 12.04 (on travis-ci), R 3.3.0
- win-builder (devel and release)
There were no ERRORs, WARNINGs or NOTEs.