-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.05 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: ggsankeyfier
Type: Package
Title: Create Sankey and Alluvial Diagrams Using 'ggplot2'
Version: 0.1.8.0005
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")),
person("Gerjan", "Piet", role = c("dtc"),
comment = c(ORCID = "0000-0003-0702-1624")),
person("Ruud", "Jongbloed", role = c("dtc"),
comment = c(ORCID = "0000-0002-9378-5382")),
person("Anne", "Grundlehner", role = c("dtc"),
comment = c(ORCID = "0000-0003-3375-3511")),
person("Jacqueline", "Tamis", role = c("dtc"),
comment = c(ORCID = "0000-0002-8206-5830")))
Author:
Pepijn de Vries [aut, cre, dtc] (0000-0002-7961-6646),
Gerjan Piet [dtc] (0000-0003-0702-1624),
Ruud Jongbloed [dtc] (0000-0002-9378-5382),
Anne Grundlehner [dtc] (0000-0003-3375-3511),
Jacqueline Tamis [dtc] (0000-0002-8206-5830)
Maintainer: Pepijn de Vries <[email protected]>
Description: Sankey and alluvial diagrams visualise flows of quantities across
stages in stacked bars. This package makes it easy to create such
diagrams using 'ggplot2'.
Depends:
R (>= 4.1.0)
Imports:
dplyr,
ggplot2 (>= 3.5.0),
grid (>= 4.1.0),
gridBezier,
methods,
rlang,
scales,
stats,
tidyr,
vwline
Suggests:
knitr,
rmarkdown,
stringr,
svglite,
testthat (>= 3.0.0),
vdiffr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Collate:
'draw_edges.r'
'draw_key.r'
'ecosystem_services.r'
'geom_segment.r'
'scale_waist.r'
'geom_edge.r'
'position_helpers.r'
'geom_node.r'
'ggsankeyfier-package.r'
'imports.r'
'pivot_stages.r'
'position.r'
'short_cuts.r'
'stat_edge.r'
'stat_node_helpers.r'
'stat_node.r'
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://pepijn-devries.github.io/ggsankeyfier/, https://github.com/pepijn-devries/ggsankeyfier/
BugReports: https://github.com/pepijn-devries/ggsankeyfier/issues