tidymodels / poissonreg

parsnip wrappers for Poisson regression
https://poissonreg.tidymodels.org
Other
22 stars 4 forks source link

Use rlang type-checkers #77

Closed hfrick closed 1 month ago

hfrick commented 1 month ago

There is no type checking done in poissonreg. We might add some in future but most of this engine code is run through parsnip which contains checks. Since this is largely a "use rlang type checkers instead of homegrown ones" issue, I'm gonna close. When we add type checks, we are (hopefully) automatically reaching for the rlang functions.