-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: ggseqplot
Title: Render Sequence Plots using 'ggplot2'
Version: 0.8.6.9000
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),
TraMineR (>= 2.2-5),
ggplot2 (>= 3.4.0)
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RdMacros: Rdpack
Imports:
cli,
colorspace,
dplyr (>= 1.1.0),
forcats (>= 1.0.0),
ggh4x,
ggrepel,
ggtext,
glue,
haven,
patchwork,
purrr,
Rdpack,
rlang,
tidyr,
usethis
Suggests:
covr,
ggthemes,
hrbrthemes,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3