ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

Partial fixes for dplyr 1.0.0 #64

Closed hadley closed 4 years ago

hadley commented 4 years ago

Hopefully this will get you most of the way — the problem is that you were using summarise() in an unusual way. You code gets much simpler if you rewrite it to work with multiple arguments, rather than cbind()ing multiple results back together. Let me know if you get stuck anywhere else and I'm happy to take a look.

dpastoor commented 4 years ago

@ronkeizer if you need some help and also to incorporate the other fixes to get our a new CRAN release let me know