tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.46k stars 304 forks source link

documentation for tidy function needs updating #1214

Closed doliv071 closed 2 months ago

doliv071 commented 2 months ago

Feature

The documentation for tidy states that ... are not used:

Additional arguments. Not used. Needed to match generic signature only. 

However, some specific tidy functions do use these dots e.g. tidy.glht which passes the dots to the summary function.

simonpcouch commented 2 months ago

Thanks for the issue! You're correct—we'll update that wording.

github-actions[bot] commented 1 month ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.