-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.05 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
Package: rhomis
Type: Package
Title: Essential Processes for RHoMIS Data
Version: 1.0.0
Author: Leo Gorman
Maintainer: Leo Gorman <[email protected]>
Description: This package enables complete processing of RHoMIS data. This processing occurs in 3 main steps. Data is downloaded from the RHoMIS ODK central server. Data is cleaned, column names are simplified, new units are extracted. Data is reformatted, data collected in an ODK loop structure is formatted for analysis. Reformatted data is processed to generate key indicators. A series of standard plots and outputs are generated.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Suggests:
httptest,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Imports:
httr,
mongolite,
jsonlite,
roxygen2,
tibble,
readr,
dplyr,
tidyr,
purrr,
magrittr,
stringr,
readxl,
uuid,
devtools,
wbstats,
optparse,
digest,
networkD3,
htmlwidgets,
R.utils
Depends:
R (>= 3.3)
Config/testthat/edition: 3
VignetteBuilder: knitr