Package: rdhs
Type: Package
Title: API Client and Dataset Management for the Demographic and Health
        Survey (DHS) Data
Version: 0.7.6
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.5.0)
Imports: brio, R6, httr, jsonlite, foreign, magrittr, rappdirs, digest,
        storr, xml2, qdapRegex, rgdal, getPass, haven, iotools
Suggests: testthat, knitr, rmarkdown, ggplot2, survey, data.table,
        microbenchmark, sf
License: MIT + file LICENSE
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Language: en-GB
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-10-20 09:13:04 UTC; oj
Author: OJ Watson [aut, cre] (<https://orcid.org/0000-0003-2374-0741>),
  Jeff Eaton [aut] (<https://orcid.org/0000-0001-7728-728X>),
  Lucy D'Agostino McGowan [rev] (<https://orcid.org/0000-0001-7297-9359>),
  Duncan Gillespie [rev]
Repository: CRAN
Date/Publication: 2022-10-20 09:32:40 UTC
