Package: ppmf
Title: Read Census Privacy Protected Microdata Files
Version: 0.2.1
Date: 2025-09-03
Authors@R: person("Christopher T.", "Kenny", email = "ctkenny@proton.me",
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860"))
Description: Implements data processing described in <doi:10.1126/sciadv.abk3283>
    to align modern differentially private data with formatting of older US Census
    data releases. The primary goal is to read in Census Privacy Protected Microdata
    Files data in a reproducible way. This includes tools for aggregating to relevant
    levels of geography by creating geographic identifiers which match the US Census
    Bureau's numbering. Additionally, there are tools for grouping race numeric
    identifiers into categories, consistent with OMB (Office of Management and Budget)
    classifications. Functions exist for downloading and linking to existing
    sources of privacy protected microdata.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/christopherkenny/ppmf/issues
URL: https://github.com/christopherkenny/ppmf/,
        https://christophertkenny.com/ppmf/
RoxygenNote: 7.3.2
Imports: censable, dplyr, readr, rlang (>= 0.4.11), stringr, tibble,
        tidyr, zip
Suggests: roxygen2, spelling
Depends: R (>= 4.1.0)
Language: en-US
NeedsCompilation: no
Packaged: 2025-09-03 19:15:35 UTC; chris
Author: Christopher T. Kenny [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Repository: CRAN
Date/Publication: 2025-09-04 06:40:06 UTC
Built: R 4.6.0; ; 2025-09-04 09:38:11 UTC; unix
