-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.08 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
Package: electionViz
Title: Visualizing US Polls and Election Results
Version: 0.0.0.9000
Authors@R: c(
person(given = "Heike",
family = "Hofmann",
role = c("aut", "cre"),
email = "hofmann@iastate.com",
comment = c(ORCID = "0000-0001-6216-5183")),
person(given = "Susan",
family = "VanderPlas",
role = c("aut"),
email = "srvanderplas@unl.com",
comment = c(ORCID = "0000-0002-3803-0972")),
person(given = "Kiegan",
family = "Rice",
role = c("aut"),
email = "rice-kiegan@norc.org",
comment = c(ORCID = "0000-0002-7454-7733"))
)
Description: Visualizing US election polls and results.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
magrittr,
xml2,
rvest,
purrr,
stringr,
lubridate,
dplyr,
tibble,
tidyr,
readr (>= 1.3.1),
ggplot2,
mapproj (>= 1.2.7),
ggforce (>= 0.3.1),
sf,
rlang,
datasets
Suggests:
bezier
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1