tidymodels / infer

An R package for tidyverse-friendly statistical inference
https://infer.tidymodels.org
Other
723 stars 80 forks source link

reuse argument documentation #501

Closed simonpcouch closed 10 months ago

simonpcouch commented 1 year ago

There are quite a few redundant @param entries throughout the package. For example, with @param response

https://github.com/tidymodels/infer/blob/e713f550c62833cf7b1231762260d895bed4c748/R/specify.R#L15-L16

https://github.com/tidymodels/infer/blob/e713f550c62833cf7b1231762260d895bed4c748/R/wrappers.R#L123-L124

https://github.com/tidymodels/infer/blob/e713f550c62833cf7b1231762260d895bed4c748/R/wrappers.R#L227-L228

https://github.com/tidymodels/infer/blob/e713f550c62833cf7b1231762260d895bed4c748/R/wrappers.R#L296-L297

github-actions[bot] commented 10 months 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.