Package: ipumsr
Title: An R Interface for Downloading, Reading, and Handling IPUMS Data
Version: 0.8.0
Authors@R: c(
    person("Greg Freedman Ellis", role = "aut"),
    person("Derek Burk", , , "ipums+cran@umn.edu", role = c("aut", "cre")),
    person("Finn Roberts", role = "aut"),
    person("Joe Grover", role = "ctb"),
    person("Dan Ehrlich", role = "ctb"),
    person("Renae Rodgers", role = "ctb"),
    person("Institute for Social Research and Data Innovation", , , "ipums@umn.edu", role = "cph")
  )
Description: An easy way to work with census, survey, and geographic data
    provided by IPUMS in R. Generate and download data through the IPUMS
    API and load IPUMS files into R with their associated metadata to
    make analysis easier. IPUMS data describing 1.4 billion individuals
    drawn from over 750 censuses and surveys is available free of charge
    from the IPUMS website <https://www.ipums.org>.
License: Mozilla Public License 2.0
URL: https://tech.popdata.org/ipumsr/, https://github.com/ipums/ipumsr, https://www.ipums.org
BugReports: https://github.com/ipums/ipumsr/issues
Depends: 
    R (>= 3.6)
Imports:
    dplyr (>= 0.7.0),
    haven (>= 2.2.0),
    hipread (>= 0.2.0),
    httr,
    jsonlite,
    lifecycle,
    purrr,
    R6,
    readr,
    rlang,
    tibble,
    tidyselect,
    xml2,
    zeallot
Suggests:
    biglm,
    covr,
    crayon,
    DBI,
    dbplyr,
    DT,
    ggplot2,
    htmltools,
    knitr,
    rmapshaper,
    rmarkdown,
    RSQLite (>= 2.3.3),
    rstudioapi,
    scales,
    sf,
    shiny,
    testthat (>= 3.2.0),
    tidyr,
    vcr (>= 0.6.0),
    withr
VignetteBuilder: 
    knitr
Contact: ipums@umn.edu
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
