-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
35 lines (35 loc) · 1.2 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
Package: politicaldata
Type: Package
Title: Tools for Acquiring and Analyzing Political Data
Version: 0.1.3
Authors@R:
c(person(given = "G. Elliott", family = "Morris", role = c("aut","cre"), email = "[email protected]"),
person(given="Comparative Agendas Project", role=c("cph")),
person(given="MIT Election and Data Science Lab", role=c("cph")),
person(given="FiveThirtyEight.com", role=c("cph"))
)
Description: Provides useful functions for obtaining commonly-used data
in political analysis and political science, including from sources
such as the Comparative Agendas Project <https://www.comparativeagendas.net>,
which provides data on politics and policy from 20+ countries, the
MIT Election and Data Science Lab <https://www.electionlab.mit.edu>,
and FiveThirtyEight <https://www.FiveThirtyEight.com>.
License: MIT + file LICENSE
URL: https://github.com/elliottmorris/politicaldata
BugReports: https://github.com/elliottmorris/politicaldata/issues
Encoding: UTF-8
LazyData: true
Imports:
utils
Suggests:
testthat,
dplyr,
magrittr,
tidyr,
ggplot2,
knitr,
rmarkdown
Depends:
R (>= 2.10)
RoxygenNote: 6.1.1
VignetteBuilder: knitr