-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
62 lines (62 loc) · 1.67 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
Package: rdhs
Type: Package
Title: API Client and Dataset Management for the Demographic and Health Survey (DHS) Data
Version: 0.8.2
Authors@R:
c(person(given = "OJ",
family = "Watson",
role = c("aut", "cre"),
email = "oj.watson@hotmail.co.uk",
comment = c(ORCID = "0000-0003-2374-0741")),
person(given = "Jeff",
family = "Eaton",
role = "aut",
comment = c(ORCID = "0000-0001-7728-728X")),
person(given = "Lucy",
family = "D'Agostino McGowan",
role = "rev",
comment = c(ORCID = "0000-0001-7297-9359")),
person(given = "Duncan",
family = "Gillespie",
role = "rev"))
Maintainer: OJ Watson <oj.watson@hotmail.co.uk>
URL: https://docs.ropensci.org/rdhs/
BugReports: https://github.com/ropensci/rdhs/issues
Description: Provides a client for (1) querying the DHS API for survey indicators
and metadata (<https://api.dhsprogram.com/#/index.html>), (2) identifying surveys
and datasets for analysis, (3) downloading survey datasets from the DHS website,
(4) loading datasets and associate metadata into R, and (5) extracting variables
and combining datasets for pooled analysis.
LazyData: TRUE
Depends: R (>= 3.3.0)
Imports:
brio,
R6,
httr,
jsonlite,
foreign,
magrittr,
rappdirs,
digest,
storr,
xml2,
qdapRegex,
getPass,
haven,
iotools,
sf,
cli,
rlang
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
survey,
data.table,
microbenchmark
License: MIT + file LICENSE
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Language: en-GB
Encoding: UTF-8