EVOLUTION-MANAGER
Edit File: adding-tidiers.Rmd
--- title: "Adding tidiers to broom" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Adding tidiers to broom} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- # Adding tidiers to broom Generally, after this release, the broom dev team will first ask that attempts to add tidier methods supporting a model object are first directed to the model-owning package. An article describing best practices in doing so can be found on the {tidymodels} website at https://www.tidymodels.org/learn/develop/broom/, and we will continue adding additional resources to that article as we develop them. Some additional packages that supply themed tidiers are: - Mixed model tidiers belong in [`broom.mixed`](https://github.com/bbolker/broom.mixed) - Natural language related tidiers belong in [`tidytext`](https://github.com/juliasilge/tidytext) - Tree tidiers belong in [`broomstick`](https://github.com/njtierney/broomstick) - Tidiers for objects from BioConductor belong in [`biobroom`](https://bioconductor.org/packages/release/bioc/html/biobroom.html) To aid in the process of writing new tidiers, we have provided [learning resources](https://www.tidymodels.org/learn/develop/broom) as well as lightweight dependencies to re-export tidier generics on the {tidymodels} website. In the case that the maintainer is uninterested in taking on the tidier methods, please note this in your issue or PR.