Skip to content

call the dplyr::count.data.frame() method if it exists#37

Open
romainfrancois wants to merge 1 commit intoProjectMOSAIC:masterfrom
romainfrancois:dplyr_count
Open

call the dplyr::count.data.frame() method if it exists#37
romainfrancois wants to merge 1 commit intoProjectMOSAIC:masterfrom
romainfrancois:dplyr_count

Conversation

@romainfrancois
Copy link

closes #36

This is a workaround for #36 for the interim (until now and when dplyr 1.0.3 is released) which should work with previous versions of dplyr as well as the next (1.0.3).

When dplyr is released, I believe then you can depend on dplyr (>= 1.0.3) in the DESCRIPTION, remove your generic, and then implement a method, probably not for .default though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dplyr::count() becomes generic in dplyr 1.0.3

1 participant