-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
81 lines (81 loc) · 2.25 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
Package: fokus
Title: Provides an API around the FOKUS Post-voting Surveys
Version: 0.0.9025
Authors@R: c(
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987")),
person(, "Centre for Democracy Studies Aarau (ZDA)", , "[email protected]", role = "cph")
)
Description: fokus allows to (pre-)process and clean the raw data, analyze
and visualize the cleaned data, create the questionnaires and provides
other utility functions around the FOKUS post-voting surveys by the
Centre for Democracy Studies Aarau (ZDA) at the University of Zurich,
Switzerland.
License: AGPL (>= 3)
URL: https://fokus.rpkg.dev, https://gitlab.com/zdaarau/rpkgs/fokus
BugReports: https://gitlab.com/zdaarau/rpkgs/fokus/issues
Depends:
R (>= 4.4)
Imports:
brio (>= 1.1.4),
checkmate (>= 2.0.0),
cli (>= 3.6.2),
clock (>= 0.7.1),
dplyr (>= 1.1.0),
forcats (>= 1.0.0),
fs (>= 1.5.2),
gitlab (>= 0.0.9000),
glue (>= 1.5.0),
httr2 (>= 1.0.0),
lubridate (>= 1.7.9),
magrittr (>= 2.0.0),
pal (>= 0.0.9101),
pkgpins (>= 0.8.0.9000),
purrr (>= 1.0.0),
readr (>= 1.4.0),
rlang (>= 1.0.1),
salim (>= 0.0.9015),
stringi (>= 1.7.6),
stringr (>= 1.5.0),
tibble (>= 3.0.3),
tidyr (>= 1.1.2),
utils,
xfun (>= 0.18)
Suggests:
archive (>= 1.1.3),
asciicast (>= 2.0.0),
devtools (>= 2.4.4),
git2r (>= 0.33.0),
googledrive (>= 2.0.0),
googlesheets4 (>= 1.0.0),
htmlwidgets (>= 1.5.4),
knitr (>= 1.30),
pkgdown.tpl (>= 0.0.9000),
pkgload (>= 1.3.0),
pkgpurl (>= 0.0.9015),
pkgsnip (>= 0.0.9037),
qrencoder (>= 0.2.1),
RcppTOML (>= 0.1.6),
readxl (>= 1.3.1),
rmarkdown (>= 2.11),
rsvg (>= 2.2.0),
testthat (>= 3.1.1),
writexl (>= 1.4.0),
yay (>= 0.0.9013)
VignetteBuilder:
knitr
Remotes:
github::hrbrmstr/qrencoder,
gitlab::rpkg.dev/gitlab,
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl,
gitlab::rpkg.dev/pkgpins,
gitlab::rpkg.dev/pkgpurl,
gitlab::rpkg.dev/pkgsnip,
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