{
  "_id": "6a1efff1b401979e7341ab88",
  "Package": "RcensusPkg",
  "Type": "Package",
  "Title": "Easily Access US Census Bureau Survey and Geographic Data",
  "Version": "0.1.5",
  "Authors@R": "c(\nperson(\n\"Rick\", \"Dean\",\nemail = \"deanr3@bardstown.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0009-0005-8086-8436\")\n)\n)",
  "Description": "The key function 'get_vintage_data()' returns a dataframe\nand is the window into the Census Bureau API requiring just a\ndataset name, vintage(year), and vector of variable names for\nsurvey estimates/percentages. Other functions assist in\nsearching for available datasets, geographies, group/variable\nconcepts of interest.  Also provided are functions to access\nand layer (via standard piping) displayable geometries for the\nUS, states, counties, blocks/tracts, roads, landmarks, places,\nand bodies of water. Joining survey data with many of the\ngeometry functions is built-in to produce choropleth maps.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/deandevl/RcensusPkg",
  "BugReports": "https://github.com/deandevl/RcensusPkg/issues",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nmake libicu-dev libuv1-dev libxml2-dev libssl-dev libproj-dev\nlibsqlite3-dev libudunits2-dev libnode-dev",
  "Repository": "https://deandevl.r-universe.dev",
  "Date/Publication": "2025-04-10 21:50:55 UTC",
  "RemoteUrl": "https://github.com/deandevl/RcensusPkg",
  "RemoteRef": "HEAD",
  "RemoteSha": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 09:09:59 UTC",
    "User": "root"
  },
  "Author": "Rick Dean [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0005-8086-8436>)",
  "Maintainer": "Rick Dean <deanr3@bardstown.com>",
  "MD5sum": "5bf2b3f17c26b43b145bee5f3af72bfa",
  "_user": "deandevl",
  "_type": "src",
  "_file": "RcensusPkg_0.1.5.tar.gz",
  "_fileid": "750a1a133279d2dfbfed0fc756087ecb6a989e8f343f03b01ed5cfe6202c9d42",
  "_filesize": 306214,
  "_sha256": "750a1a133279d2dfbfed0fc756087ecb6a989e8f343f03b01ed5cfe6202c9d42",
  "_created": "2026-05-18T09:09:59.000Z",
  "_published": "2026-06-02T16:08:17.876Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79116359692,
      "time": 234,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7053853846"
    },
    {
      "job": 79116359464,
      "time": 215,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7053847902"
    },
    {
      "job": 79116359900,
      "time": 177,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7053835199"
    },
    {
      "job": 79116359581,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7053832981"
    },
    {
      "job": 79116359169,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053770828"
    },
    {
      "job": 79116358460,
      "time": 164,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363268273"
    },
    {
      "job": 79116359389,
      "time": 176,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7053834802"
    },
    {
      "job": 79116360228,
      "time": 164,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7053830522"
    },
    {
      "job": 79116359792,
      "time": 171,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7053833344"
    }
  ],
  "_buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/deandevl/RcensusPkg",
  "_commit": {
    "id": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
    "author": "DEVELOPER\\deanr <deanr3@bardstown.com>",
    "committer": "DEVELOPER\\deanr <deanr3@bardstown.com>",
    "message": "CRAN submission\n",
    "time": 1744321855
  },
  "_maintainer": {
    "name": "Rick Dean",
    "email": "deanr3@bardstown.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.4.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.5.1",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.16.4",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.1.2",
      "role": "Imports"
    },
    {
      "package": "downloader",
      "version": ">= 0.4.1",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.9",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.5.1",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.2",
      "role": "Imports"
    },
    {
      "package": "sf",
      "version": ">= 1.0-19",
      "role": "Imports"
    },
    {
      "package": "ggplotify",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "gtable",
      "version": ">= 0.3.6",
      "role": "Imports"
    },
    {
      "package": "RplotterPkg",
      "version": ">= 0.1.3",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.4.9",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "version": ">= 3.1.0",
      "role": "Suggests"
    },
    {
      "package": "usmap",
      "version": ">= 0.7.1",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "version": ">= 1.0.8",
      "role": "Suggests"
    },
    {
      "package": "classInt",
      "version": ">= 0.4-10",
      "role": "Suggests"
    },
    {
      "package": "RColorBrewer",
      "version": ">= 1.1-3",
      "role": "Suggests"
    },
    {
      "package": "here",
      "version": ">= 1.0.1",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "version": ">= 3.0.2",
      "role": "Suggests"
    }
  ],
  "_owner": "deandevl",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_userbio": {
    "uuid": 2630606,
    "type": "user",
    "name": "Rick Dean"
  },
  "_downloads": {
    "count": 169,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcensusPkg"
  },
  "_devurl": "https://github.com/deandevl/rcensuspkg",
  "_searchresults": 56,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/RcensusPkg.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/deandevl/rcensuspkg",
  "_realowner": "deandevl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2025-03-15"
    },
    {
      "version": "0.1.5",
      "date": "2025-04-11"
    }
  ],
  "_exports": [
    "get_category_strings",
    "get_dataset_names",
    "get_geography",
    "get_groups",
    "get_idb_data",
    "get_multi_vintage_data",
    "get_variable_names",
    "get_vintage_data",
    "join_it",
    "long_to_wide",
    "plot_us_data",
    "remove_area_water",
    "tiger_block_groups_sf",
    "tiger_blocks_sf",
    "tiger_cbsa_sf",
    "tiger_counties_sf",
    "tiger_county_subsection_sf",
    "tiger_landmarks_sf",
    "tiger_places_sf",
    "tiger_roads_sf",
    "tiger_states_sf",
    "tiger_tracts_sf",
    "tiger_urban_area_sf",
    "tiger_water_sf",
    "tiger_zctas_sf",
    "wide_to_long"
  ],
  "_datasets": [
    {
      "name": "vote2020",
      "title": "vote2020 data",
      "object": "vote2020",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "State",
        "Party",
        "final",
        "dem_votes",
        "rep_votes",
        "other_votes",
        "dem_percent",
        "rep_percent",
        "other_percent",
        "dem_this_margin",
        "margin_shift",
        "vote_change",
        "stateid",
        "EV",
        "X",
        "Y",
        "State_num",
        "Center_X",
        "Center_Y",
        "V20",
        "2016 Margin",
        "Total 2016 Votes"
      ],
      "rows": 61,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "get_category_strings",
      "title": "get_category_strings",
      "topics": [
        "get_category_strings"
      ]
    },
    {
      "page": "get_dataset_names",
      "title": "get_dataset_names",
      "topics": [
        "get_dataset_names"
      ]
    },
    {
      "page": "get_geography",
      "title": "get_geography",
      "topics": [
        "get_geography"
      ]
    },
    {
      "page": "get_groups",
      "title": "get_groups",
      "topics": [
        "get_groups"
      ]
    },
    {
      "page": "get_idb_data",
      "title": "get_idb_data",
      "topics": [
        "get_idb_data"
      ]
    },
    {
      "page": "get_multi_vintage_data",
      "title": "get_multi_vintage_data",
      "topics": [
        "get_multi_vintage_data"
      ]
    },
    {
      "page": "get_variable_names",
      "title": "get_variable_names",
      "topics": [
        "get_variable_names"
      ]
    },
    {
      "page": "get_vintage_data",
      "title": "get_vintage_data",
      "topics": [
        "get_vintage_data"
      ]
    },
    {
      "page": "join_it",
      "title": "join_it",
      "topics": [
        "join_it"
      ]
    },
    {
      "page": "long_to_wide",
      "title": "long_to_wide",
      "topics": [
        "long_to_wide"
      ]
    },
    {
      "page": "plot_us_data",
      "title": "plot_us_data",
      "topics": [
        "plot_us_data"
      ]
    },
    {
      "page": "remove_area_water",
      "title": "remove_area_water",
      "topics": [
        "remove_area_water"
      ]
    },
    {
      "page": "tiger_block_groups_sf",
      "title": "tiger_block_groups_sf",
      "topics": [
        "tiger_block_groups_sf"
      ]
    },
    {
      "page": "tiger_blocks_sf",
      "title": "tiger_blocks_sf",
      "topics": [
        "tiger_blocks_sf"
      ]
    },
    {
      "page": "tiger_cbsa_sf",
      "title": "tiger_cbsa_sf",
      "topics": [
        "tiger_cbsa_sf"
      ]
    },
    {
      "page": "tiger_counties_sf",
      "title": "tiger_counties_sf",
      "topics": [
        "tiger_counties_sf"
      ]
    },
    {
      "page": "tiger_county_subsection_sf",
      "title": "tiger_county_subsection_sf",
      "topics": [
        "tiger_county_subsection_sf"
      ]
    },
    {
      "page": "tiger_landmarks_sf",
      "title": "tiger_landmarks_sf",
      "topics": [
        "tiger_landmarks_sf"
      ]
    },
    {
      "page": "tiger_places_sf",
      "title": "tiger_places_sf",
      "topics": [
        "tiger_places_sf"
      ]
    },
    {
      "page": "tiger_roads_sf",
      "title": "tiger_roads_sf",
      "topics": [
        "tiger_roads_sf"
      ]
    },
    {
      "page": "tiger_states_sf",
      "title": "tiger_states_sf",
      "topics": [
        "tiger_states_sf"
      ]
    },
    {
      "page": "tiger_tracts_sf",
      "title": "tiger_tracts_sf",
      "topics": [
        "tiger_tracts_sf"
      ]
    },
    {
      "page": "tiger_urban_area_sf",
      "title": "tiger_urban_area_sf",
      "topics": [
        "tiger_urban_area_sf"
      ]
    },
    {
      "page": "tiger_water_sf",
      "title": "tiger_water_sf",
      "topics": [
        "tiger_water_sf"
      ]
    },
    {
      "page": "tiger_zctas_sf",
      "title": "tiger_zctas_sf",
      "topics": [
        "tiger_zctas_sf"
      ]
    },
    {
      "page": "vote2020",
      "title": "vote2020 data",
      "topics": [
        "vote2020"
      ]
    },
    {
      "page": "wide_to_long",
      "title": "wide_to_long",
      "topics": [
        "wide_to_long"
      ]
    }
  ],
  "_readme": "https://github.com/deandevl/RcensusPkg/raw/HEAD/README.md",
  "_rundeps": [
    "aplpack",
    "askpass",
    "base64enc",
    "bigD",
    "bitops",
    "bslib",
    "cachem",
    "class",
    "classInt",
    "cli",
    "commonmark",
    "cpp11",
    "curl",
    "data.table",
    "DBI",
    "digest",
    "downloader",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "ggplotify",
    "glue",
    "gridGraphics",
    "gt",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr2",
    "isoband",
    "jquerylib",
    "jsonlite",
    "juicyjuice",
    "KernSmooth",
    "knitr",
    "labeling",
    "lifecycle",
    "litedown",
    "magrittr",
    "markdown",
    "MASS",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "proxy",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reactable",
    "reactR",
    "rlang",
    "rmarkdown",
    "RplotterPkg",
    "s2",
    "S7",
    "sass",
    "scales",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tinytex",
    "units",
    "utf8",
    "V8",
    "vctrs",
    "viridisLite",
    "withr",
    "wk",
    "xfun",
    "xml2",
    "yaml",
    "yulab.utils"
  ],
  "_score": 3.7481880270062002,
  "_indexed": true,
  "_nocasepkg": "rcensuspkg",
  "_universes": [
    "deandevl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-18T09:12:50.000Z",
      "distro": "noble",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "bdf53512f0907d6f1e9f576006ed13da41b7c24746d1b5e2e276c35966ca69e2",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-18T09:12:36.000Z",
      "distro": "noble",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "153bb15b17ec4a496f3c892b92ec7733b23ff7c426cb42dc9d28176f517822d1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-18T09:12:12.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "d0c27f88215c0af9f67626fee6010fd95ccbefb9fd6623ee257d1fbbbfcfe686",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-18T09:12:12.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "6b241e1df9e463ea0a5d95dde95df3e5fded21e65c2f892f1c478eb297030a0e",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-18T09:12:01.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "20adad9afafa1d8390ee718e21a98c88118bd33b52aa5ef723f32152b5e7d258",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-18T09:11:34.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "f8d00ee9d73f20ad831c89a443976302c293029ee1f06683c572fe78e011e244",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-18T09:11:49.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "75f6a896f95eca34dcc40c19888cbe1ee1b698060c3f43b69294b763ea5944e1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-06-02T16:07:47.000Z",
      "commit": "25fd863caa60d1caf2f98b9593e458bc032ca13c",
      "fileid": "0c941a6bf2cea89234c09cfda502845b2fceca77f8a6dbda2a0bd546af0f491d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/deandevl/actions/runs/26024027505"
    }
  ]
}