forked from erocoar/ggpol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 904 Bytes
/
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
Package: ggpol
Title: Visualizing Social Science Data with 'ggplot2'
Version: 0.0.6
Authors@R: person("Frederik", "Tiedemann", email = "[email protected]", role = c("aut", "cre"))
Description: A 'ggplot2' extension for implementing parliament charts and several other useful visualizations.
URL: https://github.com/erocoar/ggpol
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
ggplot2 (>= 3.3.0),
R (>= 3.4.0)
Imports:
grid,
gtable,
grDevices,
plyr,
rlang,
dplyr,
tibble,
glue
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown
Collate:
'facet_share.R'
'utilities.R'
'geom_arcbar.R'
'geom_bartext.R'
'geom_boxjitter.R'
'geom_circle.R'
'geom_confmat.R'
'geom_parliament.R'
'geom_tshighlight.R'
'ggproto-classes.R'
'stat-arcbar.R'
'stat-boxjitter.R'
'stat-circle.R'
'stat-confmat.R'
'stat-parliament.R'