Changelog
Source:NEWS.md
ggseqplot 0.8.6
- fixed ggseqmtplot error if alphabet is numeric (raised and solved by Gilbert Ritschard)
ggseqplot 0.8.5
CRAN release: 2024-10-29
- 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)
ggseqplot 0.8.2
CRAN release: 2023-03-15
- implemented changes required due to recent tidyverse updates
- removed startup message
ggseqplot 0.8.1
CRAN release: 2022-10-11
- reverted TraMiner to Import
- removed unnecessary Suggests from TraMineRextras
- revised vignette, tests, and documentation accordingly
- harmonized example code
ggseqplot 0.7.2
CRAN release: 2022-08-05
fixed sorting issue for y-axis labels in grouped iplots
allow for additional
facet_wrap
arguments to change plot appearance
ggseqplot 0.7.0
Added option to break down dplots by state (
dissect
)Set minimum R version because of R’s new pipe (#1, @cbrueffer)