-
Switch to MIT license.
-
Documentation pages now created via Github Actions.
-
Fix the checking for multiple cell values when there are 2 panel factors.
-
New support for
aspectwithggdesplot(). (P.Schmidt) -
New support for named colors (P.Schmidt).
-
One-row panels no longer have whitespace. Issue #9.
-
Replace
aes_string(x=x.string)withaes(x=.data[[x.string]])etc.
-
Tweaks to
ggdesplotoutput. -
Remove LazyData from DESCRIPTION.
-
Bug fix for
dqwith multiple panels. -
Use
inheritsto check class #4.
- Please use
desplot(data,formula)instead ofdesplot(formula,data).
- New argument
dqfor showing data quality on heatmaps.
-
Beta version of
ggdesplot()to createggplot2graphics. -
New argument
subsetto subset data before analysis.
- Bug fix.
- Now using
testthatandcovrpackages.
- New function argument
midpoint="median"uses the median to determine the midpoint for the ribbon. Previously, the midpoint was halfway between the minimum and maximum data values.
- The
desplotpackage has been split off from theagridatpackage.
- Original creation of function.