{
  "_id": "6a54eaf8ff0138dec5d672aa",
  "Package": "CDCPLACES",
  "Type": "Package",
  "Title": "Access the 'CDC PLACES' API",
  "Version": "1.2.2",
  "Authors@R": "c(person(\"Brenden Smith\", role = c(\"aut\", \"cre\"), email = \"smit2535@msu.edu\"))",
  "Maintainer": "Brenden Smith <smit2535@msu.edu>",
  "Description": "Allows users to seamlessly query several 'CDC PLACES' APIs\n(<https://data.cdc.gov/browse?q=PLACES%20&sortBy=relevance>) by\ngeography, state, measure, and release year. This package also\ncontains a function to explore the available measures for each\nrelease year.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/brendensm/CDCPLACES,\nhttps://brendensm.github.io/CDCPLACES/",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://brendensm.r-universe.dev",
  "Date/Publication": "2026-07-13 12:27:10 UTC",
  "RemoteUrl": "https://github.com/brendensm/cdcplaces",
  "RemoteRef": "HEAD",
  "RemoteSha": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-13 13:36:00 UTC",
    "User": "root"
  },
  "Author": "Brenden Smith [aut, cre]",
  "_user": "brendensm",
  "_type": "src",
  "_file": "CDCPLACES_1.2.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/77a5080939faf2242b2e0d6e99594bcdd118a7a184131ff19fde0f49be07d66c",
  "_filesize": 223060,
  "_sha256": "77a5080939faf2242b2e0d6e99594bcdd118a7a184131ff19fde0f49be07d66c",
  "_expires": "2026-10-21T13:41:10.000Z",
  "_created": "2026-07-13T13:36:00.000Z",
  "_published": "2026-07-13T13:41:12.051Z",
  "_jobs": [
    {
      "job": 86830604096,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8280682383"
    },
    {
      "job": 86830604091,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8280633298"
    },
    {
      "job": 86830604412,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8280609926"
    },
    {
      "job": 86830603998,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8280603445"
    },
    {
      "job": 86829666663,
      "time": 208,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8280558016"
    },
    {
      "job": 86830604056,
      "time": 139,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8280619561"
    },
    {
      "job": 86830604177,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8280599007"
    },
    {
      "job": 86830604202,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8280606214"
    },
    {
      "job": 86830604104,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8280603785"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050",
  "_status": "success",
  "_upstream": "https://github.com/brendensm/cdcplaces",
  "_commit": {
    "id": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
    "author": "brendensm <brendensmithmi@gmail.com>",
    "committer": "brendensm <brendensmithmi@gmail.com>",
    "message": "Remove zctaCrosswalk dependency; bundle crosswalk data internally (v1.2.2)\n\nCDCPLACES relied on zctaCrosswalk only for two static reference tables\n(the ZCTA-to-county crosswalk and state abbreviations), used by internal\nvalidation helpers. To drop the runtime dependency, bundle the data\ninside the package instead.\n\n- R/sysdata.rda: add zcta_crosswalk (trimmed to the 4 columns actually\n  used: zcta, state_usps, county_name, county_fips) and state_names,\n  alongside the existing measures/api_urls objects\n- R/get_places.R: reference the bundled objects directly, dropping all\n  zctaCrosswalk:: prefixes in check_states(), check_counties(),\n  check_multiples(), check_multiples_cc(), and the ZCTA code path\n- DESCRIPTION: remove zctaCrosswalk from Imports; bump to 1.2.2\n- data-raw/DATASET.R: regenerate the bundled crosswalk data (zctaCrosswalk\n  is now a build-time convenience only, not a runtime dependency)\n- NEWS.md, cran-comments.md: document the change for the 1.2.2 release\n",
    "time": 1783945630
  },
  "_maintainer": {
    "name": "Brenden Smith",
    "email": "smit2535@msu.edu"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "yyjsonr",
      "role": "Imports"
    },
    {
      "package": "tigris",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "brendensm",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 2
    },
    {
      "week": "2025-50",
      "n": 2
    },
    {
      "week": "2026-07",
      "n": 13
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 17,
  "_contributors": [
    {
      "user": "brendensm",
      "count": 77,
      "uuid": 97240544
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 97240544,
    "type": "user",
    "name": "B",
    "followers": 12
  },
  "_downloads": {
    "count": 424,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CDCPLACES"
  },
  "_devurl": "https://github.com/brendensm/cdcplaces",
  "_pkgdown": "https://brendensm.github.io/CDCPLACES/",
  "_searchresults": 20,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/CDCPLACES.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/brendensm/cdcplaces",
  "_realowner": "brendensm",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.1",
      "date": "2023-12-20"
    },
    {
      "version": "1.1.4",
      "date": "2024-01-24"
    },
    {
      "version": "1.1.5",
      "date": "2024-03-14"
    },
    {
      "version": "1.1.6",
      "date": "2024-07-28"
    },
    {
      "version": "1.1.7",
      "date": "2024-08-26"
    },
    {
      "version": "1.1.8",
      "date": "2024-09-18"
    },
    {
      "version": "1.1.9",
      "date": "2025-02-10"
    },
    {
      "version": "1.1.10",
      "date": "2025-05-27"
    },
    {
      "version": "1.2.0",
      "date": "2026-02-16"
    },
    {
      "version": "1.2.1",
      "date": "2026-05-22"
    }
  ],
  "_exports": [
    "get_dictionary",
    "get_places"
  ],
  "_help": [
    {
      "page": "get_dictionary",
      "title": "View the 'CDC PLACES' data dictionary",
      "topics": [
        "get_dictionary"
      ]
    },
    {
      "page": "get_places",
      "title": "Obtain data from the CDC PLACES APIs.",
      "topics": [
        "get_places"
      ]
    }
  ],
  "_readme": "https://github.com/brendensm/cdcplaces/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "class",
    "classInt",
    "cli",
    "curl",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "KernSmooth",
    "lifecycle",
    "magrittr",
    "MASS",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "proxy",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "s2",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tigris",
    "units",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "wk",
    "yyjsonr"
  ],
  "_score": 5.008600171761918,
  "_indexed": true,
  "_nocasepkg": "cdcplaces",
  "_universes": [
    "brendensm"
  ],
  "_previous": "1.2.1",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-07-13T13:40:19.000Z",
      "distro": "resolute",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/833efe207611dc50450c8924b23aabbbb9a447b875cadd455d84c82bdb61fcfc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-07-13T13:38:38.000Z",
      "distro": "resolute",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/2668ebd4e1f6270a0852bb4afd99d8326bb0db54d1e8223c5f6831cb423fd55e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-07-13T13:37:51.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/1a125327c607a820034e68e65390dc0858011d9bece15aba4d34adf8dbeae5a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-07-13T13:37:42.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/6f179cd56a972de827cbf3aa4f66a1956dec19cd45339b375b4f6d9f60adee3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.2",
      "date": "2026-07-13T13:38:35.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/452f30e8ee6b7e900d342e300c9083cbccb77ab93462721ba11c66c6545b44a5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-07-13T13:37:18.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/e7900902f8eafc7ba140a05cffc03e8ca89f65ca8e037da854a4424774cb672e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-07-13T13:37:25.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/dd5d958eb2e74c7562c8021cbdf97fbe1c724a9ac19c0ec1c2de043bde7b727d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-07-13T13:37:21.000Z",
      "commit": "d35fe95a3170a1a3f840373e54a2ad4a992cc9a1",
      "fileid": "https://r2.ropensci.org/78bb619912155fe9ab8e40e5d0d43d5e3f9c81de30e819b6f8321bd0c04129ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/brendensm/actions/runs/29253869050"
    }
  ]
}