forked from PYannick/HighFrequencyChecks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
67 lines (67 loc) · 1.77 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
Type: Package
Package: HighFrequencyChecks
Title: High Frequency Checks
Version: 0.5.0
Authors@R: c(
person("Edouard", "Legoupil", , "legoupil@unhcr.org", role = c("aut", "cre")),
person("Yannick", "Pascaud", , "yannick.pascaud@free.fr", role = "aut"),
person("UNHCR", role = "cph")
)
Maintainer: Edouard Legoupil <legoupil@unhcr.org>
Description: During the data collection, a series of automatic check, aka:
High Frequency checks, are required. The functions shared here are
useful during the data collection process to check periodicallyxfor
possible errors, and will provide meaningful inputs to the
enumerators. All these functions do not have to be ran at the same
period of time. They are provided there to help data supervisor to
build reports. This work is an adaptation of a Stata Package from
[Innovations for Poverty
Action](https://github.com/PovertyAction/high-frequency-checks).
License: MIT + file LICENSE
URL: https://edouard-legoupil.github.io/HighFrequencyChecks
BugReports: https://github.com/Edouard-Legoupil/HighFrequencyChecks/issues
Depends:
R (>= 3.5.0)
Imports:
config,
DescTools,
dplyr,
ggplot2,
golem,
kobocruncher,
magrittr,
outliers,
readr,
reshape2,
riddle,
shiny,
shinydashboard,
sjlabelled,
sp,
stats,
stringi,
tidyverse,
unhcrshiny,
unhcrthemes,
utils
Suggests:
data.table,
DT,
gsubfn,
knitr,
rmarkdown,
spelling,
testthat
Remotes:
unhcr-dataviz/unhcrdown,
unhcr-dataviz/unhcrthemes,
edouard-legoupil/unhcrshiny,
edouard-legoupil/kobocruncher,
edouard-legoupil/riddle
VignetteBuilder:
knitr
Config/fusen/version: 0.5.2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3.9000
Language: en-US