forked from ranawg/fec16
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.53 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
Package: fec16
Title: Data Package for the 2016 United States Federal Elections
Version: 0.1.4
Authors@R: c(
person(given = "Marium",
family = "Tapal",
role = c("aut", "cre"),
email = "mariumtapal@gmail.com",
comment = c(ORCID = "0000-0001-5093-6462")),
person(given = "Rana",
family = "Gahwagy",
role = "aut",
email = "r.w.g1@hotmail.com"),
person(given = "Irene",
family = "Ryan",
role = "aut",
email = "ryan.irene3@gmail.com"),
person(given = "Benjamin S.",
family = "Baumer",
role = "aut",
email = "ben.baumer@gmail.com",
comment = c(ORCID = "0000-0002-3279-0516")
)
)
Maintainer: Marium Tapal <mariumtapal@gmail.com>
Description: Easily analyze relational data from the United States 2016 federal
election cycle as reported by the Federal Election Commission.
This package contains data about candidates, committees, and a
variety of different financial expenditures. Data is from <https://www.fec.gov/data/browse-data/?tab=bulk-data>.
License: CC0
Depends:
R (>= 3.5.0)
Imports:
dplyr,
readr,
vroom,
usethis
Suggests:
testthat (>= 2.1.0),
scales,
knitr,
rmarkdown,
fs,
lubridate,
ggplot2,
stringr,
utf8
Encoding: UTF-8
LazyData: true
URL: https://github.com/baumer-lab/fec16
BugReports: https://github.com/baumer-lab/fec16/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr