tidymodels / broom

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

reverse deprecations for tidiers with R-oldrel dependency issues #1204

Closed simonpcouch closed 4 months ago

simonpcouch commented 4 months ago

Related to #1203, #1202, #1201 and #1194. The goal here is to find a way to no longer need to temporarily soft-deprecate tidiers when the model-supplying package requires R versions later than oldrel-4. Here, those packages are not testing before (current) oldrel-1; note that CRAN doesn't test R versions preceding oldrel-1.

margins remains soft-deprecated since it has been removed from CRAN.

github-actions[bot] commented 4 months ago

This pull request has been automatically locked. If you believe the issue addressed here persists, please file a new PR (with a reprex: https://reprex.tidyverse.org) and link to this one.