Package: ppitables
Type: Package
Title: Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty 
    Probability Index (PPI)
Version: 0.6.1
Authors@R: person("Ernest", "Guevarra", 
                  comment = c(ORCID = "0000-0002-4887-4415"), 
                  email = "ernestgmd@gmail.com", role = c("aut", "cre"))
Description: The Poverty Probability Index (PPI) is a poverty measurement tool 
    for organizations and businesses with a mission to serve the poor. The PPI 
    is statistically-sound, yet simple to use: the answers to 10 questions about 
    a household's characteristics and asset ownership are scored to compute the 
    likelihood that the household is living below the poverty line - or above by 
    only a narrow margin. This package contains country-specific lookup data
    tables used as reference to determine the poverty likelihood of a household
    based on their score from the country-specific PPI questionnaire. These
    lookup tables have been extracted from documentation of the PPI found at 
    <https://www.povertyindex.org> and managed by Innovations for Poverty Action 
    <https://poverty-action.org/>.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports: 
    tibble,
    tidyr
Suggests: 
    testthat (>= 3.0.0),
    covr,
    spelling,
    stringr,
    readxl,
    knitr,
    rmarkdown
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.3
URL: https://github.com/katilingban/ppitables, https://katilingban.io/ppitables/
BugReports: https://github.com/katilingban/ppitables/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
