Modeling sections in the 2e of R4DS

I was wondering if there is an intention to update the modeling sections 22-25 from the first version of R4DS (https://r4ds.had.co.nz/) in the second edition (https://r4ds.hadley.nz/). Especially Chapter 25 in the first version using broom and list-columns with lm objects (extracting info with broom::tidy(), broom::glance() etc) were outstanding. Are they now part of some documentation/books in tidymodels?