-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.56 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
Package: swissevote
Title: Provides Functions Around the Swiss E-Voting Trial Data Collected
by the Centre for Democracy Studies Aarau (ZDA)
Version: 0.0.9012
Authors@R:
person("Salim", "Brüggemann", , "salim-b@pm.me", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: swissevote can parse cantonal voting register data, scrape
authority websites for ballot data and provides other auxiliary
functions around the Swiss e-voting trial data collected by the Centre
for Democracy Studies Aarau (ZDA) at the University of Zurich,
Switzerland.
License: AGPL (>= 3)
URL: https://swissevote.rpkg.dev, https://gitlab.com/zdaarau/rpkgs/swissevote
BugReports: https://gitlab.com/zdaarau/rpkgs/swissevote/issues
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.0.0),
cli (>= 3.3.0),
dplyr (>= 1.1.0),
fs (>= 1.4.2),
glue (>= 1.4.1),
httr (>= 1.4.1),
jsonlite (>= 1.7.0),
lubridate (>= 1.7.9),
magrittr (>= 1.5),
pal (>= 0.0.9099),
pkgpins (>= 0.8.0.9000),
purrr (>= 0.3.4),
readr (>= 1.3.1),
readxl (>= 1.3.1),
rlang (>= 0.4.6),
rvest (>= 1.0.1),
stringr (>= 1.5.0),
swissmuni (>= 0.4.3.9000),
tibble (>= 3.0.2),
tidyr (>= 1.1.0),
xml2 (>= 1.3.2)
Suggests:
assertr (>= 2.7),
pkgdown.tpl (>= 0.0.9000),
pkgsnip (>= 0.0.9037)
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl,
gitlab::rpkg.dev/pkgpins,
gitlab::rpkg.dev/swissmuni
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000