{
  "_id": "6a5f122e9baadeef8ab5944b",
  "Package": "easycensus",
  "Title": "Quickly Find, Extract, and Marginalize U.S. Census Tables",
  "Version": "1.1.1",
  "Authors@R": "person(\"Cory\", \"McCartan\", email=\"cmccartan@g.harvard.edu\", role=c(\"aut\", \"cre\"))",
  "Description": "Extracting desired data using the proper Census variable\nnames can be time-consuming. This package takes the pain out of\nthat process by providing functions to quickly locate variables\nand download labeled tables from the Census APIs\n(<https://www.census.gov/data/developers/data-sets.html>).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://corymccartan.com/easycensus/,\nhttps://github.com/CoryMcCartan/easycensus/,\nhttp://corymccartan.com/easycensus/",
  "BugReports": "https://github.com/CoryMcCartan/easycensus/issues",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://corymccartan.r-universe.dev",
  "Date/Publication": "2023-03-20 04:27:49 UTC",
  "RemoteUrl": "https://github.com/CoryMcCartan/easycensus",
  "RemoteRef": "v1.1.1",
  "RemoteSha": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-21 06:27:37 UTC",
    "User": "root"
  },
  "Author": "Cory McCartan [aut, cre]",
  "Maintainer": "Cory McCartan <cmccartan@g.harvard.edu>",
  "_user": "corymccartan",
  "_type": "src",
  "_file": "easycensus_1.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/9aff45de308c081c77d01a8fc03f2b94baa43a78dddf176f9e048653482137f9",
  "_filesize": 337335,
  "_sha256": "9aff45de308c081c77d01a8fc03f2b94baa43a78dddf176f9e048653482137f9",
  "_expires": "2026-10-29T06:31:08.000Z",
  "_created": "2026-07-21T06:27:37.000Z",
  "_published": "2026-07-21T06:31:10.394Z",
  "_jobs": [
    {
      "job": 88559832889,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8485939068"
    },
    {
      "job": 88559832823,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8485939972"
    },
    {
      "job": 88559832841,
      "time": 171,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8485950886"
    },
    {
      "job": 88559832827,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8485935155"
    },
    {
      "job": 88559319923,
      "time": 201,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8485895597"
    },
    {
      "job": 88559832798,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8485932904"
    },
    {
      "job": 88559832876,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8485928411"
    },
    {
      "job": 88559832846,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8485920921"
    },
    {
      "job": 88559832836,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8485921798"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781",
  "_status": "success",
  "_upstream": "https://github.com/CoryMcCartan/easycensus",
  "_commit": {
    "id": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
    "author": "Cory McCartan <cory.mccartan@gmail.com>",
    "committer": "Cory McCartan <cory.mccartan@gmail.com>",
    "message": "cran comments\n",
    "time": 1679286469
  },
  "_maintainer": {
    "name": "Cory McCartan",
    "email": "cmccartan@g.harvard.edu",
    "login": "corymccartan",
    "bluesky": "@corymccartan.com",
    "description": "Assistant Professor of Statistics at Penn State, working on computational social science problems and open-source R software.",
    "uuid": 2958471
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "pillar",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "censusapi",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "posterior",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "corymccartan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "acs-data",
    "census",
    "census-api"
  ],
  "_stars": 18,
  "_contributors": [
    {
      "user": "corymccartan",
      "count": 48,
      "uuid": 2958471
    },
    {
      "user": "copilot",
      "count": 3,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 2958471,
    "type": "user",
    "name": "Cory McCartan",
    "followers": 63,
    "description": "Assistant Professor of Statistics at Penn State, working on computational social science problems and open-source R software."
  },
  "_downloads": {
    "count": 393,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/easycensus"
  },
  "_devurl": "https://github.com/corymccartan/easycensus",
  "_pkgdown": "https://corymccartan.com/easycensus/",
  "_searchresults": 21,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/easycensus.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/corymccartan/easycensus",
  "_realowner": "corymccartan",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2022-02-28"
    },
    {
      "version": "1.0.0",
      "date": "2022-08-25"
    },
    {
      "version": "1.1.1",
      "date": "2023-03-20"
    },
    {
      "version": "1.1.3",
      "date": "2025-02-20"
    },
    {
      "version": "1.1.4",
      "date": "2026-05-14"
    }
  ],
  "_exports": [
    "as_estimate",
    "cens_find",
    "cens_find_acs",
    "cens_find_dec",
    "cens_geo",
    "cens_get_acs",
    "cens_get_dec",
    "cens_get_raw",
    "cens_margin_to",
    "cens_parse_tables",
    "est_pct_chg",
    "est_prop",
    "estimate",
    "get_est",
    "get_moe",
    "get_se",
    "is_estimate",
    "tidy_age",
    "tidy_age_bins",
    "tidy_ethnicity",
    "tidy_income_bins",
    "tidy_parens",
    "tidy_race",
    "tidy_race_detailed",
    "tidy_simplify",
    "to_rvar"
  ],
  "_datasets": [
    {
      "name": "tables_acs",
      "title": "Parsed Census SF1 and ACS Tables",
      "object": "tables_acs",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "tables_sf1",
      "title": "Parsed Census SF1 and ACS Tables",
      "object": "tables_sf1",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "cens_auth",
      "title": "Authorize use of the Census API",
      "topics": [
        "cens_auth"
      ]
    },
    {
      "page": "cens_find",
      "title": "Find a decennial or ACS census table with variables of interest",
      "topics": [
        "cens_find",
        "cens_find_acs",
        "cens_find_dec"
      ]
    },
    {
      "page": "cens_geo",
      "title": "Construct a Geography Specification for Census Data",
      "topics": [
        "cens_geo"
      ]
    },
    {
      "page": "cens_get",
      "title": "Download data from a decennial census or ACS table",
      "topics": [
        "cens_get",
        "cens_get_acs",
        "cens_get_dec",
        "cens_get_raw"
      ]
    },
    {
      "page": "cens_margin_to",
      "title": "Helper function to sum over nuisance variables",
      "topics": [
        "cens_margin_to"
      ]
    },
    {
      "page": "cens_parse_tables",
      "title": "Attempt to Parse Tables from a Census API",
      "topics": [
        "cens_parse_tables"
      ]
    },
    {
      "page": "est_special",
      "title": "Specialized margin-of-error calculations",
      "topics": [
        "est_pct_chg",
        "est_prop"
      ]
    },
    {
      "page": "estimate",
      "title": "Estimate class",
      "topics": [
        "as_estimate",
        "estimate",
        "is_estimate"
      ]
    },
    {
      "page": "format.estimate",
      "title": "Format an estimate",
      "topics": [
        "format.estimate"
      ]
    },
    {
      "page": "est_extract",
      "title": "Extract estimates, standard errors, and margins of error",
      "topics": [
        "get_est",
        "get_moe",
        "get_se",
        "to_rvar"
      ]
    },
    {
      "page": "tables",
      "title": "Parsed Census SF1 and ACS Tables",
      "topics": [
        "tables",
        "tables_acs",
        "tables_sf1"
      ]
    },
    {
      "page": "tidiers",
      "title": "Tidy labels in census tables",
      "topics": [
        "tidiers",
        "tidy_age",
        "tidy_age_bins",
        "tidy_ethnicity",
        "tidy_income_bins",
        "tidy_parens",
        "tidy_race",
        "tidy_race_detailed",
        "tidy_simplify"
      ]
    }
  ],
  "_pkglogo": "https://github.com/CoryMcCartan/easycensus/raw/v1.1.1/man/figures/logo.png",
  "_readme": "https://github.com/CoryMcCartan/easycensus/raw/v1.1.1/README.md",
  "_rundeps": [
    "askpass",
    "censusapi",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.276461804173244,
  "_indexed": true,
  "_nocasepkg": "easycensus",
  "_universes": [
    "corymccartan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-07-21T06:29:49.000Z",
      "distro": "resolute",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/8def7f9e6a8d60b60afbca9abc6c5d1a7cca2b92a1b739a692068a7417c1b793",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-07-21T06:29:52.000Z",
      "distro": "resolute",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/0d975cfcbb8d25b40a2784c76226a3487aae0c2a75267ececce1c5290a88c7d6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-07-21T06:30:28.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/0034e69736472322220c0da9f9397dd3f66ad569c226e2743cbb1104169dc131",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-07-21T06:29:40.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/006bc859e58fe2b384d071f290e06e448be855aef31737c3e34490d2bee286f9",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.1",
      "date": "2026-07-21T06:29:48.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/4689ef11a4d1318db2d08307bbb7605a44263c2047eb774d5693c169c9fb57cd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-21T06:29:07.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/371ca2394143af6848086a1f7eb41f01e73e26bbd818725c47f961dbe1c214d6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-21T06:28:47.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/3f38030325c571afe76e0b48339387bb8f45e12e097ab4be67a635f09f57e6aa",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-21T06:28:49.000Z",
      "commit": "9e28874ad60023f7e71832bfb2d1db16f1dbb6f7",
      "fileid": "https://r2.ropensci.org/6c7ff06c3b82bc277ab6d621a79ea35d51063148f35e4828797e028c5223afcf",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/corymccartan/actions/runs/29806910781"
    }
  ]
}