-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
59 lines (59 loc) · 1.67 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
55
56
57
58
59
Type: Package
Package: campfin
Title: Wrangle Campaign Finance Data
Version: 1.0.11
Authors@R:
c(person(given = "Kiernan",
family = "Nicholls",
role = c("aut", "cre", "cph"),
email = "kiernann@protonmail.com"),
person(given = "Investigative Reporting Workshop",
role = "cph"),
person(given = "Yanqi",
family = "Xu",
role = c("aut"),
email = "yanqixu@outlook.com"),
person(given = "Schuyler",
family = "Erle",
role = "cph",
email = "schuyler@geocoder.us"))
Description: Explore and normalize American campaign finance
data. Created by the Investigative Reporting Workshop to facilitate
work on The Accountability Project, an effort to collect public data
into a central, standard database that is more easily searched:
<https://publicaccountability.org/>.
License: CC BY 4.0
URL: https://github.com/irworkshop/campfin,
https://irworkshop.github.io/campfin/
BugReports: https://github.com/irworkshop/campfin/issues
Depends:
R (>= 3.2)
Imports:
dplyr (>= 0.8.3),
fs (>= 1.3.1),
ggplot2 (>= 3.2.1),
glue (>= 1.3.1),
httr (>= 1.4.1),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.2),
readr (>= 1.3.1),
rlang (>= 0.4.0),
scales (>= 1.0.0),
stringdist (>= 0.9.5.2),
stringr (>= 1.4.0),
tibble (>= 2.1.3)
Suggests:
covr (>= 3.3.2),
knitr (>= 1.23),
rmarkdown (>= 1.14),
spelling (>= 2.1),
testthat (>= 2.1.0),
usethis (>= 1.6.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3