ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.11k stars 79 forks source link

Deal with dplyr v1 breakage #582

Closed elinw closed 4 years ago

elinw commented 4 years ago

dplyr will be released soon and at minimum breaks tests. https://github.com/tidyverse/dplyr/blob/master/revdep/problems.md#skimr

elinw commented 4 years ago

I'm going to take a look at understanding if these are small or big issues and whether we can have a fix that is compatible with both versions.

elinw commented 4 years ago

Have fixed the easy ones, the other one may be related to https://github.com/tidyverse/dplyr/issues/5063 If they don't plan to fix for the v1 release then we will have to probably reimpelent with do.call().