I wasn't really sure where to ask this, and I didn't want to create a dplyr ticket for it. I still hope some of the dplyr staff read it.
My situation: I mentain a few R packages at my workplace that do some basic data wrangling tasks. I am trying to get rid of all dplyr dependencies in my packages since a) it's a rather heavy dependency, and b) everyone here uses data.table anyways and there is a lot functional overlap.
The Problem is now I love case_when(). Is there any chance It will one day end up in a different/lighter package? I am asking this because I feel it does not really belong all that much into dplyr anyways and feels more like a general utility function.