Package: ggseqplot Title: Render Sequence Plots using 'ggplot2' Version: 0.8.9 Authors@R: person("Marcel", "Raab", , "marcel.raab@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3097-1591")) Description: A set of wrapper functions that mainly re-produces most of the sequence plots rendered with TraMineR::seqplot(). Whereas 'TraMineR' uses base R to produce the plots this library draws on 'ggplot2'. The plots are produced on the basis of a sequence object defined with TraMineR::seqdef(). The package automates the reshaping and plotting of sequence data. Resulting plots are of class 'ggplot', i.e. components can be added and tweaked using '+' and regular 'ggplot2' functions. URL: https://maraab23.github.io/ggseqplot/, https://github.com/maraab23/ggseqplot BugReports: https://github.com/maraab23/ggseqplot/issues Depends: R (>= 4.1.0) License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 RdMacros: Rdpack Imports: cli, colorspace, dplyr (>= 1.1.0), forcats (>= 1.0.0), ggh4x, ggplot2 (>= 3.4.0), ggrepel, ggtext, glue, haven, patchwork, purrr, Rdpack, rlang, tidyr, TraMineR (>= 2.2-5) Suggests: covr, ggthemes, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: make libicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://maraab23.r-universe.dev Date/Publication: 2025-10-29 12:57:36 UTC RemoteUrl: https://github.com/maraab23/ggseqplot RemoteRef: HEAD RemoteSha: 88a98081ef91e56bb914c4d7ecd0fcecab91e4c0 NeedsCompilation: no Packaged: 2026-07-03 14:00:22 UTC; root Author: Marcel Raab [aut, cre] (ORCID: ) Maintainer: Marcel Raab