tidymodels / orbital

Turn Tidymodels Workflows Into Series of Equations
https://orbital.tidymodels.org
Other
18 stars 1 forks source link

figure out dplyr dependency #18

Closed EmilHvitfeldt closed 3 months ago

EmilHvitfeldt commented 3 months ago

So far, most steps only require base/stats. But a number of steps will benefit from dplyr::case_when(). It would be nice to get that, without always forcing {dplyr}.

See if we can embed in the object that dplyr is needed.

EmilHvitfeldt commented 3 months ago

decided it wasn't worth it. dplyr is now imported