Package: ipumsr Title: An R Interface for Downloading, Reading, and Handling IPUMS Data Version: 0.10.0.9000 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 . 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 (>= 4.1) 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.3 Config/testthat/edition: 3 Config/pak/sysreqs: make libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-03-17 14:25:24 UTC RemoteUrl: https://github.com/ipums/ipumsr RemoteRef: HEAD RemoteSha: bb3c8665865c0aa00950d6f9712d63c9f726d11d NeedsCompilation: no Packaged: 2026-06-18 06:59:21 UTC; root Author: Greg Freedman Ellis [aut], Derek Burk [aut, cre], Finn Roberts [aut], Joe Grover [ctb], Dan Ehrlich [ctb], Renae Rodgers [ctb], Institute for Social Research and Data Innovation [cph] Maintainer: Derek Burk