-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.36 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: rdb
Title: Download Data from the Referendum Database (RDB), Which Covers
Direct Democratic Votes Worldwide
Version: 0.0.9046
Authors@R: c(
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987")),
person("Uwe", "Serdült", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2383-3158")),
person(, "Centre for Democracy Studies Aarau (ZDA)", , "[email protected]", role = "cph")
)
Description: rdb provides access to the Referendum Database (RDB) from R.
This database aims to record all direct democratic votes worldwide and
is operated by the Centre for Democracy Studies Aarau (ZDA) at the
University of Zurich, Switzerland.
License: AGPL (>= 3)
URL: https://rdb.rpkg.dev, https://gitlab.com/zdaarau/rpkgs/rdb
BugReports: https://gitlab.com/zdaarau/rpkgs/rdb/issues
Depends:
R (>= 4.1)
Imports:
assertr (>= 2.8),
checkmate (>= 2.0.0),
cli (>= 3.1.1),
clock (>= 0.6.0),
dplyr (>= 1.1.1),
forcats (>= 1.0.0),
fs (>= 1.5.2),
glue (>= 1.4.2),
httr (>= 1.4.2),
jsonlite (>= 1.7.2),
katex (>= 1.4.0),
labelled (>= 2.8.0),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
pal (>= 0.0.9101),
pkgpins (>= 0.8.0.9000),
purrr (>= 1.0.0),
rlang (>= 1.0.1),
rvest (>= 1.0.1),
stringr (>= 1.5.0),
tibble (>= 3.1.2),
tidyr (>= 1.3.0),
tidyselect (>= 1.1.2),
utils,
vctrs (>= 0.4.0),
xml2 (>= 1.3.2)
Suggests:
brio (>= 1.1.2),
gert (>= 2.0.1),
ggplot2 (>= 3.4.2),
ggstream (>= 0.1.0),
gh (>= 1.3.0),
gt (>= 0.6.0),
htmlwidgets (>= 1.6.2),
ISOcodes (>= 2024.02.12),
knitr (>= 1.40),
pkgdown.tpl (>= 0.0.9000),
pkgsnip (>= 0.0.9037),
plotlee (>= 0.0.9000),
plotly (>= 4.10.0),
rmarkdown (>= 2.16),
salim (>= 0.0.9015),
scales (>= 1.2.1),
testthat (>= 3.0.0),
viridisLite (>= 0.4.2),
withr (>= 2.5.0),
xfun (>= 0.23),
yay (>= 0.0.9013)
VignetteBuilder:
knitr
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl,
gitlab::rpkg.dev/pkgpins,
gitlab::rpkg.dev/pkgsnip,
gitlab::rpkg.dev/plotlee,
gitlab::rpkg.dev/yay,
gitlab::salim_b/r/pkgs/salim
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000