{
  "_id": "6a1dc1931d7bb097a0a58a7a",
  "Package": "tidycensus",
  "Type": "Package",
  "Title": "Load US Census Boundary and Attribute Data as 'tidyverse' and\n'sf'-Ready Data Frames",
  "Version": "1.8.1",
  "Authors@R": "c(\nperson(given = \"Kyle\", family = \"Walker\", email=\"kyle@walker-data.com\", role=c(\"aut\", \"cre\")),\nperson(given = \"Matt\", family = \"Herman\", email = \"mfherman@gmail.com\", role = \"aut\"),\nperson(given = \"Kris\", family = \"Eberwein\", email = \"eberwein@knights.ucf.edu\", role = \"ctb\"))",
  "Date": "2026-05-25",
  "URL": "https://walker-data.com/tidycensus/",
  "BugReports": "https://github.com/walkerke/tidycensus/issues",
  "Description": "An integrated R interface to several United States Census\nBureau APIs\n(<https://www.census.gov/data/developers/data-sets.html>) and\nthe US Census Bureau's geographic boundary files. Allows R\nusers to return Census and ACS data as tidyverse-ready data\nframes, and optionally returns a list-column with feature\ngeometry for mapping and spatial analysis.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libxml2-dev libssl-dev libproj-dev libudunits2-dev\nlibx11-dev",
  "Repository": "https://ar-puuk.r-universe.dev",
  "Date/Publication": "2026-05-25 11:56:30 UTC",
  "RemoteUrl": "https://github.com/walkerke/tidycensus",
  "RemoteRef": "HEAD",
  "RemoteSha": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 17:12:15 UTC",
    "User": "root"
  },
  "Author": "Kyle Walker [aut, cre],\nMatt Herman [aut],\nKris Eberwein [ctb]",
  "Maintainer": "Kyle Walker <kyle@walker-data.com>",
  "MD5sum": "e7f31ff3d2e4538bdf7a18bcdbe0882e",
  "_user": "ar-puuk",
  "_type": "src",
  "_file": "tidycensus_1.8.1.tar.gz",
  "_fileid": "568c152bb3b38e84ad837acae05aebc2827d40d0541943214b6d6021eb75cffd",
  "_filesize": 2491574,
  "_sha256": "568c152bb3b38e84ad837acae05aebc2827d40d0541943214b6d6021eb75cffd",
  "_created": "2026-06-01T17:12:15.000Z",
  "_published": "2026-06-01T17:29:55.918Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78906867229,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7338081782"
    },
    {
      "job": 78906867155,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338084316"
    },
    {
      "job": 78906867169,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7338370389"
    },
    {
      "job": 78906867168,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338348865"
    },
    {
      "job": 78906118931,
      "time": 251,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338020390"
    },
    {
      "job": 78906867166,
      "time": 142,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338071548"
    },
    {
      "job": 78906867165,
      "time": 131,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7338068370"
    },
    {
      "job": 78906867203,
      "time": 126,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7338067013"
    },
    {
      "job": 78906867173,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338061786"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/walkerke/tidycensus",
  "_commit": {
    "id": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
    "author": "Kyle Walker <kyle@walker-data.com>",
    "committer": "Kyle Walker <kyle@walker-data.com>",
    "message": "Merge branch 'refactor/table-groups-no-cache'\n",
    "time": 1779710190
  },
  "_maintainer": {
    "name": "Kyle Walker",
    "email": "kyle@walker-data.com",
    "login": "walkerke",
    "twitter": "@kyle_e_walker",
    "description": "Geographer, R developer, spatial data scientist",
    "uuid": 4872833
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tigris",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "units",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "survey",
      "role": "Suggests"
    },
    {
      "package": "srvyr",
      "role": "Suggests"
    },
    {
      "package": "terra",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "walkerke",
  "_selfowned": false,
  "_usedby": 11,
  "_updates": [
    {
      "week": "2025-26",
      "n": 3
    },
    {
      "week": "2025-30",
      "n": 3
    },
    {
      "week": "2026-05",
      "n": 4
    },
    {
      "week": "2026-07",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 678,
  "_contributors": [
    {
      "user": "walkerke",
      "count": 655,
      "uuid": 4872833
    },
    {
      "user": "mfherman",
      "count": 54,
      "uuid": 24945757
    },
    {
      "user": "keberwein",
      "count": 9,
      "uuid": 8354988
    },
    {
      "user": "arthurgailes",
      "count": 7,
      "uuid": 29307425
    },
    {
      "user": "szimmer",
      "count": 6,
      "uuid": 8659598
    },
    {
      "user": "nmpeterson",
      "count": 4,
      "uuid": 4383272
    },
    {
      "user": "lpiep",
      "count": 3,
      "uuid": 9019183
    },
    {
      "user": "bfgray3",
      "count": 3,
      "uuid": 20310144
    },
    {
      "user": "corinne-riddell",
      "count": 2,
      "uuid": 12090129
    },
    {
      "user": "rudeboybert",
      "count": 1,
      "uuid": 4574203
    },
    {
      "user": "badbayesian",
      "count": 1,
      "uuid": 16366671
    },
    {
      "user": "apeterson91",
      "count": 1,
      "uuid": 4251291
    },
    {
      "user": "wibeasley",
      "count": 1,
      "uuid": 1372890
    },
    {
      "user": "weihuangwong",
      "count": 1,
      "uuid": 7464045
    },
    {
      "user": "t-kalinowski",
      "count": 1,
      "uuid": 8462255
    },
    {
      "user": "tiernanmartin",
      "count": 1,
      "uuid": 8197328
    },
    {
      "user": "sebastianrowan",
      "count": 1,
      "uuid": 79868066
    },
    {
      "user": "jayrobwilliams",
      "count": 1,
      "uuid": 12078284
    },
    {
      "user": "ar-puuk",
      "count": 1,
      "uuid": 97474785
    },
    {
      "user": "pdwaggoner",
      "count": 1,
      "uuid": 31326382
    },
    {
      "user": "werthpadoh",
      "count": 1,
      "uuid": 19596773
    },
    {
      "user": "davisvaughan",
      "count": 1,
      "uuid": 19150088
    },
    {
      "user": "chrowe",
      "count": 1,
      "uuid": 240115
    },
    {
      "user": "ashleyasmus",
      "count": 1,
      "uuid": 28746365
    },
    {
      "user": "arilamstein",
      "count": 1,
      "uuid": 50784
    }
  ],
  "_userbio": {
    "uuid": 97474785,
    "type": "user",
    "name": "Pukar Bhandari",
    "description": "I am a Data Scientist at Wasatch Front Regional Council and I am interested in Geospatial Data Analytics, particularly in land use and transportation."
  },
  "_downloads": {
    "count": 13875,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidycensus"
  },
  "_mentions": 9,
  "_devurl": "https://github.com/walkerke/tidycensus",
  "_pkgdown": "https://walker-data.com/tidycensus/",
  "_searchresults": 10592,
  "_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/readme.html",
    "extra/readme.md",
    "extra/tidycensus.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/walkerke/tidycensus",
  "_realowner": "walkerke",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2017-06-20"
    },
    {
      "version": "0.2",
      "date": "2017-08-09"
    },
    {
      "version": "0.3",
      "date": "2017-10-17"
    },
    {
      "version": "0.3.1",
      "date": "2017-10-26"
    },
    {
      "version": "0.4",
      "date": "2018-01-02"
    },
    {
      "version": "0.4.1",
      "date": "2018-01-31"
    },
    {
      "version": "0.4.6",
      "date": "2018-04-15"
    },
    {
      "version": "0.8.1",
      "date": "2018-08-27"
    },
    {
      "version": "0.9",
      "date": "2019-01-09"
    },
    {
      "version": "0.9.2",
      "date": "2019-06-13"
    },
    {
      "version": "0.9.5",
      "date": "2020-01-20"
    },
    {
      "version": "0.9.6",
      "date": "2020-01-25"
    },
    {
      "version": "0.9.9.2",
      "date": "2020-04-03"
    },
    {
      "version": "0.9.9.5",
      "date": "2020-06-10"
    },
    {
      "version": "0.10.1",
      "date": "2020-09-27"
    },
    {
      "version": "0.10.2",
      "date": "2020-09-28"
    },
    {
      "version": "0.11",
      "date": "2020-12-14"
    },
    {
      "version": "0.11.4",
      "date": "2021-01-20"
    },
    {
      "version": "1.0",
      "date": "2021-05-19"
    },
    {
      "version": "1.1",
      "date": "2021-09-23"
    },
    {
      "version": "1.1.2",
      "date": "2022-03-09"
    },
    {
      "version": "1.2",
      "date": "2022-04-12"
    },
    {
      "version": "1.2.1",
      "date": "2022-04-21"
    },
    {
      "version": "1.2.2",
      "date": "2022-06-03"
    },
    {
      "version": "1.2.3",
      "date": "2022-09-16"
    },
    {
      "version": "1.3",
      "date": "2022-12-09"
    },
    {
      "version": "1.3.1",
      "date": "2023-01-14"
    },
    {
      "version": "1.3.2",
      "date": "2023-01-30"
    },
    {
      "version": "1.3.4",
      "date": "2023-05-19"
    },
    {
      "version": "1.4",
      "date": "2023-05-27"
    },
    {
      "version": "1.4.1",
      "date": "2023-06-03"
    },
    {
      "version": "1.4.4",
      "date": "2023-08-07"
    },
    {
      "version": "1.5",
      "date": "2023-09-26"
    },
    {
      "version": "1.6",
      "date": "2024-01-25"
    },
    {
      "version": "1.6.2",
      "date": "2024-03-05"
    },
    {
      "version": "1.6.3",
      "date": "2024-03-20"
    },
    {
      "version": "1.6.5",
      "date": "2024-07-25"
    },
    {
      "version": "1.6.6",
      "date": "2024-09-20"
    },
    {
      "version": "1.6.7",
      "date": "2024-10-17"
    },
    {
      "version": "1.7.0",
      "date": "2025-01-23"
    },
    {
      "version": "1.7.1",
      "date": "2025-01-31"
    },
    {
      "version": "1.7.3",
      "date": "2025-07-24"
    },
    {
      "version": "1.7.5",
      "date": "2026-02-16"
    },
    {
      "version": "1.8.0",
      "date": "2026-05-19"
    },
    {
      "version": "1.8.1",
      "date": "2026-05-25"
    }
  ],
  "_exports": [
    "as_dot_density",
    "census_api_key",
    "check_ddhca_groups",
    "get_acs",
    "get_decennial",
    "get_estimates",
    "get_flows",
    "get_pop_groups",
    "get_pums",
    "interpolate_pw",
    "load_variables",
    "moe_product",
    "moe_prop",
    "moe_ratio",
    "moe_sum",
    "significance",
    "summary_files",
    "to_survey"
  ],
  "_datasets": [
    {
      "name": "acs5_geography",
      "title": "Dataset used to identify geography availability in the 5-year ACS Detailed Tables",
      "object": "acs5_geography",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "table",
        "geography",
        "year"
      ],
      "rows": 14488,
      "table": true,
      "tojson": true
    },
    {
      "name": "county_laea",
      "title": "County geometry with Alaska and Hawaii shifted and re-scaled",
      "object": "county_laea",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "GEOID",
        "geometry"
      ],
      "rows": 3143,
      "table": false,
      "tojson": true
    },
    {
      "name": "fips_codes",
      "title": "Dataset with FIPS codes for US states and counties",
      "object": "fips_codes",
      "class": [
        "data.frame"
      ],
      "fields": [
        "state",
        "state_code",
        "state_name",
        "county_code",
        "county"
      ],
      "rows": 3256,
      "table": true,
      "tojson": true
    },
    {
      "name": "mig_recodes",
      "title": "Dataset with Migration Flows characteristic recodes",
      "object": "mig_recodes",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "characteristic",
        "code",
        "desc",
        "ordered"
      ],
      "rows": 120,
      "table": true,
      "tojson": true
    },
    {
      "name": "pums_variables",
      "title": "Dataset with PUMS variables and codes",
      "object": "pums_variables",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "survey",
        "year",
        "var_code",
        "var_label",
        "data_type",
        "level",
        "val_min",
        "val_max",
        "val_label",
        "recode",
        "val_length",
        "val_na"
      ],
      "rows": 80321,
      "table": true,
      "tojson": true
    },
    {
      "name": "state_laea",
      "title": "State geometry with Alaska and Hawaii shifted and re-scaled",
      "object": "state_laea",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "GEOID",
        "geometry"
      ],
      "rows": 51,
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "acs5_geography",
      "title": "Dataset used to identify geography availability in the 5-year ACS Detailed Tables",
      "topics": [
        "acs5_geography"
      ]
    },
    {
      "page": "as_dot_density",
      "title": "Convert polygon geometry to dots for dot-density mapping",
      "topics": [
        "as_dot_density"
      ]
    },
    {
      "page": "census_api_key",
      "title": "Install a CENSUS API Key in Your '.Renviron' File for Repeated Use",
      "topics": [
        "census_api_key"
      ]
    },
    {
      "page": "check_ddhca_groups",
      "title": "Check to see if a given geography / population group combination is available in the Detailed DHC-A file.",
      "topics": [
        "check_ddhca_groups"
      ]
    },
    {
      "page": "county_laea",
      "title": "County geometry with Alaska and Hawaii shifted and re-scaled",
      "topics": [
        "county_laea"
      ]
    },
    {
      "page": "fips_codes",
      "title": "Dataset with FIPS codes for US states and counties",
      "topics": [
        "fips_codes"
      ]
    },
    {
      "page": "get_acs",
      "title": "Obtain data and feature geometry for the American Community Survey",
      "topics": [
        "get_acs"
      ]
    },
    {
      "page": "get_decennial",
      "title": "Obtain data and feature geometry for the decennial US Census",
      "topics": [
        "get_decennial"
      ]
    },
    {
      "page": "get_estimates",
      "title": "Get data from the US Census Bureau Population Estimates Program",
      "topics": [
        "get_estimates"
      ]
    },
    {
      "page": "get_flows",
      "title": "Obtain data and feature geometry for American Community Survey Migration Flows",
      "topics": [
        "get_flows"
      ]
    },
    {
      "page": "get_pop_groups",
      "title": "Get available population groups for a given Decennial Census year and summary file",
      "topics": [
        "get_pop_groups"
      ]
    },
    {
      "page": "get_pums",
      "title": "Load data from the American Community Survey Public Use Microdata Series API",
      "topics": [
        "get_pums"
      ]
    },
    {
      "page": "interpolate_pw",
      "title": "Use population-weighted areal interpolation to transfer information from one set of shapes to another",
      "topics": [
        "interpolate_pw"
      ]
    },
    {
      "page": "load_variables",
      "title": "Load variables from a decennial Census or American Community Survey dataset to search in R",
      "topics": [
        "load_variables"
      ]
    },
    {
      "page": "mig_recodes",
      "title": "Dataset with Migration Flows characteristic recodes",
      "topics": [
        "mig_recodes"
      ]
    },
    {
      "page": "moe_product",
      "title": "Calculate the margin of error for a derived product",
      "topics": [
        "moe_product"
      ]
    },
    {
      "page": "moe_prop",
      "title": "Calculate the margin of error for a derived proportion",
      "topics": [
        "moe_prop"
      ]
    },
    {
      "page": "moe_ratio",
      "title": "Calculate the margin of error for a derived ratio",
      "topics": [
        "moe_ratio"
      ]
    },
    {
      "page": "moe_sum",
      "title": "Calculate the margin of error for a derived sum",
      "topics": [
        "moe_sum"
      ]
    },
    {
      "page": "pums_variables",
      "title": "Dataset with PUMS variables and codes",
      "topics": [
        "pums_variables"
      ]
    },
    {
      "page": "significance",
      "title": "Evaluate whether the difference in two estimates is statistically significant.",
      "topics": [
        "significance"
      ]
    },
    {
      "page": "state_laea",
      "title": "State geometry with Alaska and Hawaii shifted and re-scaled",
      "topics": [
        "state_laea"
      ]
    },
    {
      "page": "summary_files",
      "title": "Identify summary files for a given decennial Census year",
      "topics": [
        "summary_files"
      ]
    },
    {
      "page": "to_survey",
      "title": "Convert a data frame returned by get_pums() to a survey object",
      "topics": [
        "to_survey"
      ]
    }
  ],
  "_pkglogo": "https://github.com/walkerke/tidycensus/raw/HEAD/logo.png",
  "_readme": "https://github.com/walkerke/tidycensus/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "class",
    "classInt",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "KernSmooth",
    "lifecycle",
    "magrittr",
    "MASS",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "proxy",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "readr",
    "rlang",
    "rvest",
    "s2",
    "selectr",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tigris",
    "tzdb",
    "units",
    "utf8",
    "uuid",
    "vctrs",
    "vroom",
    "withr",
    "wk",
    "xml2"
  ],
  "_score": 14.453468340114183,
  "_indexed": false,
  "_nocasepkg": "tidycensus",
  "_universes": [
    "ar-puuk"
  ],
  "_indexurl": "https://walkerke.r-universe.dev/tidycensus",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.8.1",
      "date": "2026-06-01T17:14:49.000Z",
      "distro": "noble",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "fdc7f2528a87f29d475a1cb82db6aa9147815da6e2ce06b72909bab653f7468e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.8.1",
      "date": "2026-06-01T17:14:55.000Z",
      "distro": "noble",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "9f956b5525922cd125a368ea492b8273cb4d0ab610919423a8442a369d480573",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.8.1",
      "date": "2026-06-01T17:29:06.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "317fcad63bf9a5adcb1d74cae1ba1446bc3025a5af3eff1996d1d12cc18d4589",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.8.1",
      "date": "2026-06-01T17:28:01.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "1e897d7d8b5ba3d08601ff9c96c494aa657700be690d1be47c2a223628694097",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.8.1",
      "date": "2026-06-01T17:14:58.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "f45738c5135e232e6da9714325e2a340263bb699df96eb6e9ee85631b970748b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.8.1",
      "date": "2026-06-01T17:13:59.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "5c6dec116a227c6e5d117cd19ef7d699b6a3f3d5ab2ff0f7dcaa355f34572718",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.8.1",
      "date": "2026-06-01T17:13:59.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "6a1ceaefb3af2693e10478f18dc34630441c42d22a770f63b7f08e621d990555",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.8.1",
      "date": "2026-06-01T17:13:38.000Z",
      "commit": "5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e",
      "fileid": "9aa8686d69fe819533a5a7962b6f49de8593ae543cbeb611e3af351c5f167a50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769837553"
    }
  ]
}