-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.26 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
Package: ggparliament
Type: Package
Title: Parliament Plots
Description: Simple parliament plots using 'ggplot2'. Visualize election results as points in the architectural layout of the legislative chamber.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Version: 3.1.6
Date: 2024-05-19
Authors@R: c(person("Robert", "Hickman", role = c("aut"), email = "[email protected]"), person("Zoe", "Meers", role = c("aut", "cre"), email = "[email protected]"), person("Thomas J.", "Leeper",role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4097-6326")))
URL: https://github.com/zmeers/ggparliament
BugReports: https://github.com/zmeers/ggparliament/issues
LazyData: true
Imports:
ggplot2,
dplyr,
rlang
Suggests:
tidyr,
magrittr,
knitr,
testthat,
rmarkdown,
purrr,
ggrepel,
scales,
markdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
Collate:
'ggparliament_package.R'
'data.R'
'draw_majoritythreshold.R'
'helper_funcs.R'
'parliament_data.R'
'draw_partylabels.R'
'draw_totalseats.R'
'geom_parliament_seats.R'
'geom_emphasize_parliamentarians.R'
'geom_parliament_bar.R'
'geom_highlight_government.R'
'geom_overhang_seats.R'
'theme_ggparliament.R'