tidymodels / TMwR

Code and content for "Tidy Modeling with R"
https://tmwr.org
Other
579 stars 272 forks source link

Tweak language about poissonreg in chapter 21 #364

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

The model specification now lives in parsnip, but poissonreg is still required to fit the model since it contains the engines for poisson_reg().

juliasilge commented 1 year ago

Did the tidymodels conflicted update get merged in to the main branch? Did it go to CRAN? The error is from tidymodels/tidymodels@conflict-update not being found.

hfrick commented 1 year ago

I think the answer is yes to both questions:

github-actions[bot] commented 1 year ago

This pull request 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.