Skip to content

Releases: maraab23/ggseqplot

New CRAN Release v0.8.9 (minor update)

16 Nov 19:48

Choose a tag to compare

ggseqplot 0.8.9

  • added ytlab argument for ggseqiplot (requested by @helske, #9); allows to use ID labels in index plots similar to {TraMineR}
  • fixed empty aesthetic warning in ggseqmsplot
  • moved ggplot2 and TraMineR to Imports
  • behind the scenes: revised tests and added revdepcheck

New CRAN Release v0.8.8 (minor update)

08 Oct 08:14

Choose a tag to compare

ggseqplot 0.8.8

  • housekeeping update with a bunch of improvements of the code base (#8, thanks to @olivroy)
  • remove dependency on hrbrthemes, adjust vignette accordingly due to extrafont/CRAN issue (#10, thanks to @helske)
  • fixed ggtext::element_markdown() problem in rplots by specifying theme argument

New CRAN Release v0.8.7 (minor update)

01 Jul 11:52

Choose a tag to compare

ggseqplot 0.8.7

New CRAN Release v0.8.6 (minor update)

07 May 08:23

Choose a tag to compare

ggseqplot 0.8.6

  • fixed ggseqmtplot error if alphabet is numeric (raised and solved by Gilbert Ritschard)
  • revised and extended Vignette

New CRAN Release v0.8.5 (bug fixing)

30 Oct 09:39
fac1d11

Choose a tag to compare

ggseqplot 0.8.5

  • 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)

New CRAN Release v0.8.4 (minor update)

17 May 22:03

Choose a tag to compare

ggseqplot 0.8.4

  • 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)

New CRAN Release (minor update)

22 Sep 21:45

Choose a tag to compare

ggseqplot 0.8.3

  • added ggplot2 & TraMineR as dependencies
  • added minimum version numbers for dependencies
  • fixed sort default for rfplot
  • fixed axis expansion for dplot when dissect=TRUE

New CRAN Release (housekeeping)

15 Mar 13:30

Choose a tag to compare

ggseqplot 0.8.2: only minor changes since last release

  • implemented necessary changes after update of tidyverse packages

  • revised examples

New CRAN release

11 Oct 11:19

Choose a tag to compare

ggseqplot 0.8.1: only minor changes since last release

  • adjusted dependencies, suggests, and imports after note from CRAN

  • revised vignette, tests, and documentation accordingly

  • harmonized example code

New CRAN Release

09 Sep 23:00

Choose a tag to compare

ggseqplot 0.8.0: changes since last release

  • 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)