This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
forked from Edouard-Legoupil/koboloadeR
-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
112 lines (112 loc) · 2.13 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Type: Package
Package: koboloadeR
Title: A Metapackage for Survey Data Crunching
Version: 0.1.9
Authors@R:
c(person(given = "Edouard",
family = "Legoupil",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Maher",
family = "Daoud",
role = "aut",
email = "[email protected]"),
person(given = "Hisham",
family = "Galal",
role = "aut",
email = "[email protected]"),
person(given = "Elliott",
family = "Messeiller",
role = "ctb",
email = "[email protected]"),
person(given = "Damien",
family = "Seite",
role = "ctb",
email = "[email protected]"))
Maintainer: Edouard Legoupil <[email protected]>
Description: An organized workflow generating 'Rmd' files from an extended 'xlsform' questionnaire structure to facilitate survey data crunching.
License: GPL-3
URL: https://unhcr.github.io/koboloadeR/docs/
BugReports: https://github.com/unhcr/koboloadeR/issues
Depends:
utils
Imports:
ade4,
caret,
classInt,
corrplot,
checkmate,
data.table,
DDIwR,
dplyr,
dummies,
e1071,
effects,
extrafont,
factoextra,
FactoMineR,
ggplot2,
ggpubr,
ggrepel,
ggthemes,
glmnet,
glmulti,
glue,
grid,
haven,
httr,
knitr,
MASS,
memisc,
nnet,
OpenRepGrid,
pander,
pls,
plyr,
qpdf,
randomForest,
rattle,
RColorBrewer,
RCurl,
readxl,
reshape2,
rJava,
rmarkdown,
ROCR,
RODBC,
rpart,
rpart.plot,
rstudioapi,
sampling,
scales,
sdcMicro,
shiny,
simFrame,
sp,
stats,
stringi,
stringr,
survey,
tools,
truncnorm,
tidyverse,
VIM,
viridis,
xgboost,
jsonlite,
magrittr,
tibble,
miniUI,
ckanr,
openxlsx,
fs,
furrr,
future
Suggests:
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
SystemRequirements: Java (>= 8)