Minor update to fix breaking changes with the release of dplyr 1.0
This is a major update that:
Moves all the plottingfunctionality to ggplot2.
Extends the plotting by allowing faceting with +
in the
formula. Up to two additional variables are possible.
Changed the API so the data argument comes first, followed by the formula.
This releases fixes bugs introduced from dependency updates.
This release is mostly about reformatting code and minor bug fixes. A few changes:
The viridisLite package is now listed as a suggests
, and there are options for the plots to be produced with these color schemes, if the package is installed.
A few of the effect sizes were reversed in 0.1, relative to the focal/reference groups. Those have been fixed.
There is now a theme
function that is extensible and allows for custom themes, rather than just the "standard" and "dark" themes.