- fixed ggseqmtplot error if alphabet is numeric (raised and solved by Gilbert Ritschard)
- fixed #5: if group vector is numeric, grouped plots are now sorted by number instead of order of appearance
.data
in{tidyselect}
expressions was deprecated in{tidyselect}
1.2.0; update takes care of this change- fixed incorrect group handling in
ggseqfplot
(issue reported by Gilbert Ritschard)
- fixed #3: haven_labelled group vars are converted into factors before plotting
- fixed #4: legends display key glyph for non-visited states (this wasn't the case anymore due to
{ggplot2}
release 3.5.0)
- added missing minimum versions for dependencies & imports (ggplot2, dplyr, forcats)
- changed default for sorting sequences in ggseqrfplot to match behavior TraMineR::seqrfplot
- added
{TraMineR}
and{ggplot2}
as dependencies
- implemented changes required due to recent tidyverse updates
- removed startup message
- reverted TraMiner to Import
- removed unnecessary Suggests from TraMineRextras
- revised vignette, tests, and documentation accordingly
- harmonized example code
-
complete revision of
ggseqrfplot
after{TraMineR}
release 2.2-5 (special thanks to Gilbert Ritschard for the support) -
added
{TraMineR}
as dependency -
the group argument now respects order of grouping variable when rendering faceted plots (issue raised bv Lucille Mattijssen)
-
fixed sorting issue for y-axis labels in grouped iplots
-
allow for additional
facet_wrap
arguments to change plot appearance
- Tweaking the theme: adding ticks and x axis line
-
Added option to break down dplots by state (
dissect
) -
Set minimum R version because of R's new pipe (#1, @cbrueffer)
- Added a
NEWS.md
file to track changes to the package.