Package: ech
Title: Toolbox for ECH with R
Version: 0.0.1.17
Authors@R: 
    c(person("Gabriela", "Mathieu", email = "gmathieu@gmx.com", role = c("aut", "cre"),
            comment = c(ORCID = "0000-0003-3965-9024")),
            person("Richard", "Detomasi", email = "richard.detomasi@gmail.com", role = "aut",
            comment = c(ORCID = "0000-0002-6725-0261")),
            person(family = "Instituto Nacional de Estadística, Uruguay (INE)", role = "dtc"))
Maintainer: Gabriela Mathieu <gmathieu@gmx.com>
Description: R toolbox for the processing of the Encuesta Continua de Hogares from Uruguay
            [ECH](http://www.ine.gub.uy/encuesta-continua-de-hogares1) conducted by the
            Instituto Nacional de Estadística (INE).
License: GPL-3 + file LICENSE
Encoding: UTF-8
ByteCompile: true
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports:
    assertthat,
    fs,
    glue,
    dplyr (>= 1.0.0),
    haven (>= 2.3.0),
    janitor,
    magrittr,
    srvyr (>= 0.4.0),
    statar,
    survey (>= 1.2.0), 
    stringr,
    readxl,
    kableExtra,
    laeken,
    rlang,
    pdftables,
    tidyr,
    textclean,
    convey,
    rstudioapi,
    geouy,
    purrr,
    labelled,
    tidyselect
Suggests: 
    knitr,
    testthat (>= 2.1.0),
    rmarkdown,
    covr
SystemRequirements: 'unrar' (Linux/macOS) or '7-Zip' (Windows) to work with '.rar' files.
VignetteBuilder: knitr
