-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
27 lines (27 loc) · 925 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
27
Package: legislatoR
Title: Interface to the Comparative Legislators Database
Description: Facilitates access to the Comparative Legislators Database (CLD). The CLD includes political, sociodemographic, career, online presence, public attention, and visual information for over 67,000 contemporary and historical politicians from 16 countries.
Version: 1.1.0
Authors@R: c(
person("Sascha", "Goebel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9032-5874")),
person("Simon", "Munzert", role = "aut"))
URL: https://github.com/saschagobel/legislatoR
BugReports: https://github.com/saschagobel/legislatoR/issues
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
curl (>= 3.0),
dplyr (>= 0.7.4)
Suggests:
testthat,
rmarkdown,
knitr,
magrittr,
purrr,
stringr,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.1.2