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 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 Config/Needs/website: christopherkenny/ctktemplate Encoding: UTF-8 LazyData: true Roxygen: list(markdown = 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:25 UTC RemoteUrl: https://github.com/christopherkenny/ppmf RemoteRef: HEAD RemoteSha: 94f561fdb1a80dadf10adafde62e20144714226a NeedsCompilation: no Packaged: 2026-05-31 06:20:50 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny