Package: eph
Title: Argentina's Permanent Household Survey Data and Manipulation
        Utilities
Version: 0.4.0
Authors@R: c(
    person("Diego", "Kozlowski", email = "diegokoz92@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0002-5396-3471")),
    person("Pablo", "Tiscornia", email = "pablotisco@gmail.com", role = "aut"),
    person("Guido", "Weksler", email = "guidowe45@gmail.com", role = "aut"),
    person("Natsumi", "Shokida", email = "natsumi.shokida@gmail.com", role = "aut"),
    person("German", "Rosati", email = "german.rosati@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-9775-0435")))
Description: Tools to download and manipulate the Permanent Household Survey from Argentina
    (EPH is the Spanish acronym for Permanent Household Survey).
    e.g: get_microdata() for downloading the datasets, get_poverty_lines() for downloading the official poverty baskets,
    calculate_poverty() for the calculation of stating if a household is in poverty or not, following the official methodology.
    organize_panels() is used to concatenate observations from different periods, and organize_labels()
    adds the official labels to the data. The implemented methods are based on INDEC (2016) <http://www.estadistica.ec.gba.gov.ar/dpe/images/SOCIEDAD/EPH_metodologia_22_pobreza.pdf>.
    As this package works with the argentinian Permanent Household Survey and its main audience is from this country,
    the documentation was written in Spanish.
BugReports: https://github.com/holatam/eph/issues
Imports: dplyr, expss, assertthat, purrr, tibble, stringr, magrittr,
        glue, readxl, janitor, questionr, tidyr, readr, utils, curl,
        attempt, zoo, tidyverse, leaflet, htmltools, rlang, rvest,
        xml2, stats
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
URL: https://github.com/holatam/eph
LazyData: true
RoxygenNote: 7.1.0
Suggests: testthat, lubridate, covr, knitr, rmarkdown, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-25 07:40:14 UTC; diego.kozlowski
Author: Diego Kozlowski [aut, cre] (<https://orcid.org/0000-0002-5396-3471>),
  Pablo Tiscornia [aut],
  Guido Weksler [aut],
  Natsumi Shokida [aut],
  German Rosati [aut] (<https://orcid.org/0000-0002-9775-0435>)
Maintainer: Diego Kozlowski <diegokoz92@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-25 08:00:02 UTC
Built: R 4.0.2; ; 2020-08-02 15:59:50 UTC; windows
