{
  "_id": "6a586986ff0138dec5d73068",
  "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\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-9386-6860\"))",
  "Description": "Implements data processing described in\n<doi:10.1126/sciadv.abk3283> to align modern differentially\nprivate data with formatting of older US Census data releases.\nThe primary goal is to read in Census Privacy Protected\nMicrodata Files data in a reproducible way. This includes tools\nfor aggregating to relevant levels of geography by creating\ngeographic identifiers which match the US Census Bureau's\nnumbering. Additionally, there are tools for grouping race\nnumeric identifiers into categories, consistent with OMB\n(Office of Management and Budget) classifications. Functions\nexist for downloading and linking to existing sources of\nprivacy 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/,\nhttps://christophertkenny.com/ppmf/",
  "RoxygenNote": "7.3.2",
  "Language": "en-US",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev libx11-dev",
  "Repository": "https://alarm-redist.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": {
    "Date": "2026-07-16 05:08:11 UTC",
    "User": "root"
  },
  "Author": "Christopher T. Kenny [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9386-6860>)",
  "Maintainer": "Christopher T. Kenny <ctkenny@proton.me>",
  "_user": "alarm-redist",
  "_type": "src",
  "_file": "ppmf_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/9ff36333a24e306724717300ce82795d9cfc4e3ee990c922a0ad73e2bca64347",
  "_filesize": 162098,
  "_sha256": "9ff36333a24e306724717300ce82795d9cfc4e3ee990c922a0ad73e2bca64347",
  "_expires": "2026-10-24T05:17:56.000Z",
  "_created": "2026-07-16T05:08:11.000Z",
  "_published": "2026-07-16T05:17:58.452Z",
  "_jobs": [
    {
      "job": 87540159190,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8365540537"
    },
    {
      "job": 87540159159,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8365540707"
    },
    {
      "job": 87540159151,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8365616829"
    },
    {
      "job": 87540159176,
      "time": 92,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8365651178"
    },
    {
      "job": 87539678466,
      "time": 212,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8365498419"
    },
    {
      "job": 87540159174,
      "time": 142,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8365538722"
    },
    {
      "job": 87540159206,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8365519502"
    },
    {
      "job": 87540159175,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8365517962"
    },
    {
      "job": 87540159168,
      "time": 134,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8365536433"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030",
  "_status": "success",
  "_upstream": "https://github.com/christopherkenny/ppmf",
  "_commit": {
    "id": "94f561fdb1a80dadf10adafde62e20144714226a",
    "author": "Christopher T. Kenny <ctk44@cornell.edu>",
    "committer": "Christopher T. Kenny <ctk44@cornell.edu>",
    "message": "use ctktemplate pkgdown theme",
    "time": 1777652125
  },
  "_maintainer": {
    "name": "Christopher T. Kenny",
    "email": "ctkenny@proton.me",
    "orcid": "0000-0002-9386-6860"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "censable",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.11",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "zip",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "christopherkenny",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-36",
      "n": 5
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "christopherkenny",
      "count": 44,
      "uuid": 28026893
    }
  ],
  "_userbio": {
    "uuid": 81447081,
    "type": "organization",
    "name": "ALARM Project",
    "followers": 29,
    "description": "Algorithm-Assisted Redistricting Methodology"
  },
  "_downloads": {
    "count": 438,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ppmf"
  },
  "_devurl": "https://github.com/christopherkenny/ppmf",
  "_pkgdown": "https://christophertkenny.com/ppmf/",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/ppmf.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/christopherkenny/ppmf",
  "_realowner": "christopherkenny",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2021-12-15"
    },
    {
      "version": "0.2.1",
      "date": "2025-09-04"
    }
  ],
  "_exports": [
    "add_geoid",
    "add_ppmf12_path",
    "add_ppmf19_path",
    "add_ppmf19r_path",
    "add_ppmf4_path",
    "agg",
    "breakdown_geoid",
    "download_ppmf",
    "get_ppmf_links",
    "overwrite_hisp_race",
    "read_merge_ppmf",
    "read_ppmf",
    "replace_race"
  ],
  "_datasets": [
    {
      "name": "ppmf_ex",
      "title": "Example PPMF Data",
      "object": "ppmf_ex",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "VINTAGE",
        "TABBLKST",
        "TABBLKCOU",
        "TABTRACT",
        "TABBLKGRP",
        "TABBLK",
        "RTYPE",
        "GQTYPE_PL",
        "VOTING_AGE",
        "CENHISP",
        "CENRACE"
      ],
      "rows": 10588,
      "table": true,
      "tojson": true
    },
    {
      "name": "races",
      "title": "Race Classifications",
      "object": "races",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "code",
        "desc",
        "group"
      ],
      "rows": 63,
      "table": true,
      "tojson": true
    },
    {
      "name": "states",
      "title": "State Rows",
      "object": "states",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "state",
        "state_code",
        "skip",
        "n_max"
      ],
      "rows": 52,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "add_geoid",
      "title": "Add Standard GEOID to PPMF Data",
      "concept": [
        "geoid"
      ],
      "topics": [
        "add_geoid"
      ]
    },
    {
      "page": "add_ppmf12_path",
      "title": "Add ppmf12 path to Renviron",
      "concept": [
        "save"
      ],
      "topics": [
        "add_ppmf12_path"
      ]
    },
    {
      "page": "add_ppmf19_path",
      "title": "Add ppmf19 path to Renviron",
      "concept": [
        "save"
      ],
      "topics": [
        "add_ppmf19_path"
      ]
    },
    {
      "page": "add_ppmf19r_path",
      "title": "Add ppmf19r path to Renviron",
      "concept": [
        "save"
      ],
      "topics": [
        "add_ppmf19r_path"
      ]
    },
    {
      "page": "add_ppmf4_path",
      "title": "Add ppmf4 path to Renviron",
      "concept": [
        "save"
      ],
      "topics": [
        "add_ppmf4_path"
      ]
    },
    {
      "page": "agg",
      "title": "Aggregate PPMF Data",
      "concept": [
        "basic"
      ],
      "topics": [
        "agg"
      ]
    },
    {
      "page": "breakdown_geoid",
      "title": "Breakdown GEOID into Components",
      "concept": [
        "geoid"
      ],
      "topics": [
        "breakdown_geoid"
      ]
    },
    {
      "page": "download_ppmf",
      "title": "Download PPMF Files",
      "concept": [
        "getdata"
      ],
      "topics": [
        "download_ppmf"
      ]
    },
    {
      "page": "get_ppmf_links",
      "title": "Get PPMF File Links",
      "concept": [
        "getdata"
      ],
      "topics": [
        "get_ppmf_links"
      ]
    },
    {
      "page": "overwrite_hisp_race",
      "title": "Overwrite Races with Hispanic",
      "concept": [
        "basic"
      ],
      "topics": [
        "overwrite_hisp_race"
      ]
    },
    {
      "page": "ppmf_ex",
      "title": "Example PPMF Data",
      "concept": [
        "data"
      ],
      "topics": [
        "ppmf_ex"
      ]
    },
    {
      "page": "races",
      "title": "Race Classifications",
      "concept": [
        "data"
      ],
      "topics": [
        "races"
      ]
    },
    {
      "page": "read_merge_ppmf",
      "title": "Read PPMF data and Merge with Census 2010 Data",
      "concept": [
        "getdata"
      ],
      "topics": [
        "read_merge_ppmf"
      ]
    },
    {
      "page": "read_ppmf",
      "title": "Read in PPMF Data",
      "concept": [
        "getdata"
      ],
      "topics": [
        "read_ppmf"
      ]
    },
    {
      "page": "replace_race",
      "title": "Replace Race Categories",
      "concept": [
        "basic"
      ],
      "topics": [
        "replace_race"
      ]
    },
    {
      "page": "states",
      "title": "State Rows",
      "concept": [
        "data"
      ],
      "topics": [
        "states"
      ]
    }
  ],
  "_pkglogo": "https://github.com/christopherkenny/ppmf/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/christopherkenny/ppmf/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cachem",
    "censable",
    "censusapi",
    "class",
    "classInt",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "dplyr",
    "e1071",
    "fastmap",
    "generics",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "KernSmooth",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "proxy",
    "purrr",
    "R6",
    "Rcpp",
    "readr",
    "rlang",
    "s2",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytiger",
    "tzdb",
    "units",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "wk",
    "zip"
  ],
  "_score": 3.4771212547196626,
  "_indexed": false,
  "_nocasepkg": "ppmf",
  "_universes": [
    "alarm-redist"
  ],
  "_indexurl": "https://christopherkenny.r-universe.dev/ppmf",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-16T05:10:39.000Z",
      "distro": "resolute",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/e121c2aad1e0b7a79f1e7f002b617c06422901aa34d79ce39ebee5d02431559f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-16T05:10:40.000Z",
      "distro": "resolute",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/d403802860471a119afe3d66b492111d25b9ec50052012442e83662cb77df81c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-16T05:15:17.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/7db7ec2d1796b70d695dcd53e01c1c997912d4f34f4fd2af4aa73d571290d206",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-16T05:17:19.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/b73484c5f3ad2e5569de59980259c181c0647a453d3de39339acf6445aad5eae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-07-16T05:10:48.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/7a7e63321708f887fa56436a2667905938d1c7155712e7bc7085a3a6efa7eb62",
      "status": "success",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-16T05:09:22.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/1abe97a46911bd087859d82d6a35e3f24dc93834448f74342fab4e1a02ed363a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-16T05:09:16.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/7a8b2c417542c53fbfcfa5cb5a67143aac10aa2c7269479f5377690f9b91308f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-16T05:10:21.000Z",
      "commit": "94f561fdb1a80dadf10adafde62e20144714226a",
      "fileid": "https://r2.ropensci.org/1c9c0a56a70cf77a44335aa48555808364795132932983971f1efd01f4dfd7cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alarm-redist/actions/runs/29472932030"
    }
  ]
}