-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.31 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
47
Package: fec20
Title: Data Package for the 2020 United States Federal Elections
Version: 0.0.0.9000
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 = "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 2020 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
Suggests:
testthat (>= 2.1.0),
scales,
knitr,
rmarkdown,
fs,
lubridate,
ggplot2,
stringr,
usethis,
utf8
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
URL: https://github.com/baumer-lab/fec20
BugReports: https://github.com/baumer-lab/fec20/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr