-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.4 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
Package: kobocruncher
Title: A Metapackage For Survey Data Crunching
Version: 0.2.6
Authors@R: c(
person("Edouard", "Legoupil", , "[email protected]", role = c("aut", "cre")),
person("Hisham", "Galal", , "[email protected]", role = "ctb"),
person("UNHCR", role = "cph")
)
Description: An organized workflow generating 'Rmd' files from an extended
'xlsform' questionnaire structure to facilitate survey data crunching.
License: GPL-3
URL: https://Edouard-Legoupil.github.io/kobocruncher/
BugReports: https://github.com/Edouard-Legoupil/kobocruncher/issues
Imports:
config,
cowplot,
data.table,
datawizard,
dplyr,
forcats,
fs,
ggplot2,
ggwordcloud,
glue,
golem,
here,
httr,
jsonlite,
likert,
magrittr,
openxlsx,
purrr,
readxl,
riddle,
rmarkdown,
scales,
shiny,
shinydashboard,
shinyWidgets,
showtext,
SnowballC,
stats,
stringr,
sysfonts,
systemfonts,
tibble,
tidyr,
tidyselect,
tidyverse,
tm,
unhcrdown,
unhcrshiny,
utils,
XlsFormUtil
Suggests:
knitr,
testthat
VignetteBuilder:
knitr
Remotes:
edouard-legoupil/riddle,
edouard-legoupil/unhcrshiny,
unhcr-americas/XlsFormUtil,
unhcr-dataviz/unhcrdown,
unhcr-dataviz/unhcrthemes
Config/fusen/version: 0.5.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000