dplyr
versionsummariser underwent a major rewrite with version 2. It now fits in better with the piping and function verb style of the tidyverse. See the updated readme to see how it now works.
summary_stats.t
has been removed in favor of the type
argument in summary_stats
.
summary_plot
has been removed. It never really worked, and was incompatible with the ggplot2 API.
Added a NEWS.md
file to track changes to the package.
Rewrote the basic summary_stats_
functions to use the lazy evaluation system implemented in dplyr v0.7.