-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.29 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
48
Package: fec12
Title: Data Package for 2012 Federal Elections
Version: 0.0.0.9012
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 = c("aut"),
email = "r.w.g1@hotmail.com"),
person(given = "Irene",
family = "Ryan",
role = c("aut"),
email = "ryan.irene3@gmail.com"),
person("Benjamin S.", "Baumer", role = "ctb",
comment = c(ORCID = "0000-0002-3279-0516"))
)
Description: Easily analyze relational data from the 2012 federal
election cycle as reported by the Federal Election Commission.
This package contains data about candidates, commitees, and a
variety of different financial expenditures.
License: CC0
Depends:
R (>= 2.10)
Imports:
dplyr,
readr
Suggests:
testthat (>= 2.1.0),
scales,
knitr,
rmarkdown,
fs,
lubridate,
usethis,
vroom,
ggplot2,
stringr
Encoding: UTF-8
LazyData: true
URL: http://github.com/baumer-lab/fec12
BugReports: https://github.com/baumer-lab/fec12/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr