Open
Description
I believe that we implemented epi_df
without the use of ?dplyr_extending
. We may have:
- Missing S3 implementations
- Unnecessary S3 implementations
- Noncompliant behavior
We should review ?dplyr_extending
to see if it hints at bugs, enhancements, code simplifications, etc. (E.g., the mention of [
might have hinted that we would want a [
implementation before we discovered it on our own.)