forked from dgrtwo/unvotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 844 Bytes
/
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
Package: unvotes
Type: Package
Title: United Nations General Assembly Voting Data
Version: 0.2.0.9000
Authors@R: c(person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")),
person("Nicholas", "Goguen-Compagnoni", email = "n.goguen-compagnoni@sms.ed.ac.uk", role = "ctb"))
Description: Historical voting data of the United Nations General Assembly. This
includes votes for each country in each roll call, as well as descriptions and
topic classifications for each vote.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://github.com/dgrtwo/unvotes
VignetteBuilder: knitr
BugReports: http://github.com/dgrtwo/unvotes/issues
Depends: R (>= 2.10)
Suggests:
knitr,
dplyr,
readxl,
countrycode,
tidyr,
lubridate,
devtools,
rmarkdown,
ggplot2
RoxygenNote: 7.1.1