{
  "_id": "6a1dc12a1d7bb097a0a58662",
  "Package": "tigris",
  "Type": "Package",
  "Title": "Load Census TIGER/Line Shapefiles",
  "Version": "2.2.1.9000",
  "Date": "2025-07-18",
  "Authors@R": "c(\nperson(given=\"Kyle\", family=\"Walker\", email=\"kyle@walker-data.com\", role=c(\"aut\", \"cre\")),\nperson(given=\"Bob\", family=\"Rudis\", email=\"bob@rudis.net\", role=\"ctb\"),\nperson(given=\"Eli\", family=\"Pousson\", email=\"Eli.Pousson@baltimorecity.gov\", role=\"ctb\")\n)",
  "URL": "https://github.com/walkerke/tigris",
  "BugReports": "https://github.com/walkerke/tigris/issues",
  "Description": "Download TIGER/Line shapefiles from the United States\nCensus Bureau\n(<https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html>)\nand load into R as 'sf' objects.",
  "License": "MIT + file LICENSE",
  "LazyData": "TRUE",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libssl-dev libproj-dev libudunits2-dev",
  "Repository": "https://ar-puuk.r-universe.dev",
  "Date/Publication": "2025-07-18 18:43:18 UTC",
  "RemoteUrl": "https://github.com/walkerke/tigris",
  "RemoteRef": "HEAD",
  "RemoteSha": "07e457d1902d481b26378061d7b73580e55144a5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 17:11:36 UTC",
    "User": "root"
  },
  "Author": "Kyle Walker [aut, cre],\nBob Rudis [ctb],\nEli Pousson [ctb]",
  "Maintainer": "Kyle Walker <kyle@walker-data.com>",
  "MD5sum": "f6b9e21774da93050adf1ddfb1834fc8",
  "_user": "ar-puuk",
  "_type": "src",
  "_file": "tigris_2.2.1.9000.tar.gz",
  "_fileid": "ccc37b8091c60f778bbb0c2d02581ec9def3b3993074bf5995c80da8371f3e4f",
  "_filesize": 602654,
  "_sha256": "ccc37b8091c60f778bbb0c2d02581ec9def3b3993074bf5995c80da8371f3e4f",
  "_created": "2026-06-01T17:11:36.000Z",
  "_published": "2026-06-01T17:28:10.604Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78906743153,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7338063992"
    },
    {
      "job": 78906743195,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338064218"
    },
    {
      "job": 78906743302,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7338321269"
    },
    {
      "job": 78906743138,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338334702"
    },
    {
      "job": 78906117545,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338005135"
    },
    {
      "job": 78906743137,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338057980"
    },
    {
      "job": 78906743233,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7338047607"
    },
    {
      "job": 78906743136,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7338044000"
    },
    {
      "job": 78906743117,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338045959"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/walkerke/tigris",
  "_commit": {
    "id": "07e457d1902d481b26378061d7b73580e55144a5",
    "author": "Kyle Walker <kyle@walker-data.com>",
    "committer": "Kyle Walker <kyle@walker-data.com>",
    "message": "various improvements to validation functions\n",
    "time": 1752864198
  },
  "_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": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "ggthemes",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "tidycensus",
      "role": "Suggests"
    },
    {
      "package": "sp",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "walkerke",
  "_selfowned": false,
  "_usedby": 21,
  "_updates": [
    {
      "week": "2025-29",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 360,
  "_contributors": [
    {
      "user": "walkerke",
      "count": 394,
      "uuid": 4872833
    },
    {
      "user": "elipousson",
      "count": 7,
      "uuid": 931136
    },
    {
      "user": "hrbrmstr",
      "count": 4,
      "uuid": 509878
    },
    {
      "user": "dteck",
      "count": 4,
      "uuid": 6193972
    },
    {
      "user": "mpaulacaldas",
      "count": 3,
      "uuid": 33395215
    },
    {
      "user": "lpiep",
      "count": 3,
      "uuid": 9019183
    },
    {
      "user": "nmpeterson",
      "count": 2,
      "uuid": 4383272
    },
    {
      "user": "badbayesian",
      "count": 1,
      "uuid": 16366671
    },
    {
      "user": "sheffe",
      "count": 1,
      "uuid": 3778733
    },
    {
      "user": "josiahparry",
      "count": 1,
      "uuid": 13534508
    },
    {
      "user": "mpetuk",
      "count": 1,
      "uuid": 9544419
    },
    {
      "user": "landisrm",
      "count": 1,
      "uuid": 2743628
    },
    {
      "user": "bocinsky",
      "count": 1,
      "uuid": 8333619
    },
    {
      "user": "larcat",
      "count": 1,
      "uuid": 8466187
    }
  ],
  "_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": 16754,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tigris"
  },
  "_mentions": 6,
  "_devurl": "https://github.com/walkerke/tigris",
  "_searchresults": 8000,
  "_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/tigris.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/walkerke/tigris",
  "_realowner": "walkerke",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2015-10-11"
    },
    {
      "version": "0.2",
      "date": "2016-02-02"
    },
    {
      "version": "0.2.2",
      "date": "2016-02-15"
    },
    {
      "version": "0.3",
      "date": "2016-05-17"
    },
    {
      "version": "0.3.3",
      "date": "2016-07-06"
    },
    {
      "version": "0.5",
      "date": "2017-05-01"
    },
    {
      "version": "0.5.1",
      "date": "2017-05-09"
    },
    {
      "version": "0.5.3",
      "date": "2017-05-26"
    },
    {
      "version": "0.6.1",
      "date": "2018-01-03"
    },
    {
      "version": "0.6.2",
      "date": "2018-01-04"
    },
    {
      "version": "0.7",
      "date": "2018-04-14"
    },
    {
      "version": "0.8.2",
      "date": "2019-06-13"
    },
    {
      "version": "0.9.1",
      "date": "2020-01-13"
    },
    {
      "version": "0.9.2",
      "date": "2020-02-04"
    },
    {
      "version": "0.9.4",
      "date": "2020-04-01"
    },
    {
      "version": "1.0",
      "date": "2020-07-13"
    },
    {
      "version": "1.4",
      "date": "2021-05-16"
    },
    {
      "version": "1.4.1",
      "date": "2021-06-18"
    },
    {
      "version": "1.5",
      "date": "2021-09-23"
    },
    {
      "version": "1.5.1",
      "date": "2022-02-07"
    },
    {
      "version": "1.6",
      "date": "2022-02-22"
    },
    {
      "version": "1.6.1",
      "date": "2022-06-03"
    },
    {
      "version": "2.0",
      "date": "2022-12-07"
    },
    {
      "version": "2.0.1",
      "date": "2023-01-30"
    },
    {
      "version": "2.0.3",
      "date": "2023-05-19"
    },
    {
      "version": "2.0.4",
      "date": "2023-09-22"
    },
    {
      "version": "2.1",
      "date": "2024-01-24"
    },
    {
      "version": "2.2.1",
      "date": "2025-04-16"
    }
  ],
  "_exports": [
    "%>%",
    "address_ranges",
    "alaska_native_regional_corporations",
    "append_geoid",
    "area_water",
    "block_groups",
    "blocks",
    "call_geolocator",
    "call_geolocator_latlon",
    "coastline",
    "combined_statistical_areas",
    "congressional_districts",
    "core_based_statistical_areas",
    "counties",
    "county_subdivisions",
    "divisions",
    "erase_water",
    "filter_place",
    "filter_state",
    "geo_join",
    "grep_place",
    "grep_state",
    "is_tigris",
    "landmarks",
    "linear_water",
    "list_counties",
    "list_places",
    "list_states",
    "lookup_code",
    "metro_divisions",
    "military",
    "nation",
    "native_areas",
    "new_england",
    "places",
    "primary_roads",
    "primary_secondary_roads",
    "pumas",
    "rails",
    "rbind_tigris",
    "regions",
    "roads",
    "school_districts",
    "shift_geometry",
    "state_legislative_districts",
    "states",
    "tigris_cache_dir",
    "tigris_type",
    "tracts",
    "tribal_block_groups",
    "tribal_census_tracts",
    "tribal_subdivisions_national",
    "urban_areas",
    "validate_county",
    "validate_state",
    "voting_districts",
    "zctas"
  ],
  "_datasets": [
    {
      "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
    }
  ],
  "_help": [
    {
      "page": "address_ranges",
      "title": "Download an address range features shapefile into R",
      "concept": [
        "transportation functions"
      ],
      "topics": [
        "address_ranges"
      ]
    },
    {
      "page": "alaska_native_regional_corporations",
      "title": "Download an Alaska Native Regional Corporation shapefile into R.",
      "concept": [
        "native/tribal geometries functions"
      ],
      "topics": [
        "alaska_native_regional_corporations"
      ]
    },
    {
      "page": "append_geoid",
      "title": "Retrieve GEOID from the Census Geocoder by address",
      "topics": [
        "append_geoid"
      ]
    },
    {
      "page": "area_water",
      "title": "Download an area water shapefile into R",
      "concept": [
        "water functions"
      ],
      "topics": [
        "area_water"
      ]
    },
    {
      "page": "block_groups",
      "title": "Download a Census block groups shapefile into R, and optionally subset by county",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "block_groups"
      ]
    },
    {
      "page": "blocks",
      "title": "Download a Census block shapefile into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "blocks"
      ]
    },
    {
      "page": "call_geolocator",
      "title": "Call geolocator for one address",
      "topics": [
        "call_geolocator"
      ]
    },
    {
      "page": "call_geolocator_latlon",
      "title": "Call geolocator for one address with lat/lon, adds option to set benchmark and vintage if not provided it will default to the most recent.",
      "topics": [
        "call_geolocator_latlon"
      ]
    },
    {
      "page": "coastline",
      "title": "Download a shapefile of the US coastline into R",
      "concept": [
        "water functions"
      ],
      "topics": [
        "coastline"
      ]
    },
    {
      "page": "combined_statistical_areas",
      "title": "Download a combined statistical areas shapefile into R",
      "concept": [
        "metro area functions"
      ],
      "topics": [
        "combined_statistical_areas"
      ]
    },
    {
      "page": "congressional_districts",
      "title": "Download a congressional districts shapefile into R",
      "concept": [
        "legislative district functions"
      ],
      "topics": [
        "congressional_districts"
      ]
    },
    {
      "page": "core_based_statistical_areas",
      "title": "Download a core-based statistical area shapefile into R",
      "concept": [
        "metro area functions"
      ],
      "topics": [
        "core_based_statistical_areas"
      ]
    },
    {
      "page": "counties",
      "title": "Download a US Counties shapefile into R, and optionally subset by state",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "counties"
      ]
    },
    {
      "page": "county_subdivisions",
      "title": "Download a county subdivision shapefile into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "county_subdivisions"
      ]
    },
    {
      "page": "divisions",
      "title": "Download a US Census divisions cartographic boundary shapefile into R",
      "concept": [
        "national cartographic boundary functions"
      ],
      "topics": [
        "divisions"
      ]
    },
    {
      "page": "erase_water",
      "title": "Erase water area from an input polygon dataset",
      "topics": [
        "erase_water"
      ]
    },
    {
      "page": "filter_place",
      "title": "Filter a 'places' Spatial object for only those places matching the contents of the 'place' vector.",
      "topics": [
        "filter_place"
      ]
    },
    {
      "page": "filter_state",
      "title": "Filter a 'states' Spatial object for only those states matching the contents of the 'state' vector.",
      "topics": [
        "filter_state"
      ]
    },
    {
      "page": "fips_codes",
      "title": "Dataset with FIPS codes for US states and counties",
      "topics": [
        "fips_codes"
      ]
    },
    {
      "page": "geo_join",
      "title": "Easily merge a data frame to a spatial data frame",
      "topics": [
        "geo_join"
      ]
    },
    {
      "page": "grep_place",
      "title": "Find places matching a term in a 'places' object",
      "topics": [
        "grep_place"
      ]
    },
    {
      "page": "grep_state",
      "title": "Find states matching a term in a 'state' object",
      "topics": [
        "grep_state"
      ]
    },
    {
      "page": "is_tigris",
      "title": "Returns 'TRUE' if 'obj' has a 'tigris' attribute",
      "topics": [
        "is_tigris"
      ]
    },
    {
      "page": "landmarks",
      "title": "Download a point or area landmarks shapefile into R",
      "topics": [
        "landmarks"
      ]
    },
    {
      "page": "linear_water",
      "title": "Download an linear water shapefile into R",
      "concept": [
        "water functions"
      ],
      "topics": [
        "linear_water"
      ]
    },
    {
      "page": "list_counties",
      "title": "Return a data frame of county names & FIPS codes for a given state",
      "topics": [
        "list_counties"
      ]
    },
    {
      "page": "list_places",
      "title": "Return a list of all the places in a 'places' object",
      "topics": [
        "list_places"
      ]
    },
    {
      "page": "list_states",
      "title": "Return a list of all the states in a 'state' object",
      "topics": [
        "list_states"
      ]
    },
    {
      "page": "load_tiger",
      "title": "Helper function to download Census data",
      "topics": [
        "load_tiger"
      ]
    },
    {
      "page": "load_tiger_doc_template",
      "title": "Documentation Template for Functions that Utilize 'load_tiger'",
      "topics": [
        "load_tiger_doc_template"
      ]
    },
    {
      "page": "lookup_code",
      "title": "Look up state and county codes",
      "topics": [
        "lookup_code"
      ]
    },
    {
      "page": "metro_divisions",
      "title": "Download a metropolitan divisions shapefile into R.",
      "concept": [
        "metro area functions"
      ],
      "topics": [
        "metro_divisions"
      ]
    },
    {
      "page": "military",
      "title": "Download the Military Installation National Shapefile into R",
      "topics": [
        "military"
      ]
    },
    {
      "page": "nation",
      "title": "Download a US national boundary shapefile into R",
      "concept": [
        "national cartographic boundary functions"
      ],
      "topics": [
        "nation"
      ]
    },
    {
      "page": "native_areas",
      "title": "Download an American Indian / Alaska Native / Native Hawaiian Areas shapefile into R.",
      "concept": [
        "native/tribal geometries functions"
      ],
      "topics": [
        "native_areas"
      ]
    },
    {
      "page": "new_england",
      "title": "Download a New England City and Town Area shapefile into R",
      "concept": [
        "metro area functions"
      ],
      "topics": [
        "new_england"
      ]
    },
    {
      "page": "places",
      "title": "Download Shapefiles which include both incorporated places (legal entities) and census designated places (statistical entities) into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "places"
      ]
    },
    {
      "page": "primary_roads",
      "title": "Download a national primary roads shapefile into R",
      "concept": [
        "transportation functions"
      ],
      "topics": [
        "primary_roads"
      ]
    },
    {
      "page": "primary_secondary_roads",
      "title": "Download a primary & secondary roads shapefile into R",
      "concept": [
        "transportation functions"
      ],
      "topics": [
        "primary_secondary_roads"
      ]
    },
    {
      "page": "pumas",
      "title": "Download a Public Use Microdata Area (PUMA) shapefile into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "pumas"
      ]
    },
    {
      "page": "rails",
      "title": "Download a national rails shapefile into R",
      "concept": [
        "transportation functions"
      ],
      "topics": [
        "rails"
      ]
    },
    {
      "page": "rbind_tigris",
      "title": "Row-bind 'tigris' Spatial objects",
      "topics": [
        "rbind_tigris"
      ]
    },
    {
      "page": "regions",
      "title": "Download a US regions cartographic boundary shapefile into R",
      "concept": [
        "national cartographic boundary functions"
      ],
      "topics": [
        "regions"
      ]
    },
    {
      "page": "roads",
      "title": "Download a roads shapefile into R",
      "concept": [
        "transportation functions"
      ],
      "topics": [
        "roads"
      ]
    },
    {
      "page": "school_districts",
      "title": "Download a school district shapefile into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "school_districts"
      ]
    },
    {
      "page": "shift_geometry",
      "title": "Shift and rescale Alaska, Hawaii, and Puerto Rico in a US-wide sf object",
      "topics": [
        "shift_geometry"
      ]
    },
    {
      "page": "state_legislative_districts",
      "title": "Download a state legislative districts shapefile into R - upper or lower",
      "concept": [
        "legislative district functions"
      ],
      "topics": [
        "state_legislative_districts"
      ]
    },
    {
      "page": "states",
      "title": "Download shapefile for all states into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "states"
      ]
    },
    {
      "page": "tigris_cache_dir",
      "title": "Set the cache directory to store shapefiles with tigris",
      "topics": [
        "tigris_cache_dir"
      ]
    },
    {
      "page": "tigris_type",
      "title": "Get the type of 'tigris' object 'obj' is",
      "topics": [
        "tigris_type"
      ]
    },
    {
      "page": "tigris-exports",
      "title": "tigris exported operators",
      "topics": [
        "%>%",
        "tigris-exports"
      ]
    },
    {
      "page": "tracts",
      "title": "Download a Census tracts shapefile into R, and optionally subset by county",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "tracts"
      ]
    },
    {
      "page": "tribal_block_groups",
      "title": "Download a Tribal block groups shapefile into R.",
      "concept": [
        "native/tribal geometries functions"
      ],
      "topics": [
        "tribal_block_groups"
      ]
    },
    {
      "page": "tribal_census_tracts",
      "title": "Download a Tribal Census tract shapefile into R.",
      "concept": [
        "native/tribal geometries functions"
      ],
      "topics": [
        "tribal_census_tracts"
      ]
    },
    {
      "page": "tribal_subdivisions_national",
      "title": "Download an American Indian Tribal Subdivision National shapefile into R.",
      "concept": [
        "native/tribal geometries functions"
      ],
      "topics": [
        "tribal_subdivisions_national"
      ]
    },
    {
      "page": "urban_areas",
      "title": "Download an urban areas shapefile into R",
      "concept": [
        "metro area functions"
      ],
      "topics": [
        "urban_areas"
      ]
    },
    {
      "page": "validate_county",
      "title": "Check if county is a FIPS code, full name or abbreviation.",
      "topics": [
        "validate_county"
      ]
    },
    {
      "page": "validate_state",
      "title": "Check if state is a FIPS code, full name or abbreviation",
      "topics": [
        "validate_state"
      ]
    },
    {
      "page": "voting_districts",
      "title": "Download a voting districts shapefile into R",
      "concept": [
        "legislative district functions"
      ],
      "topics": [
        "voting_districts"
      ]
    },
    {
      "page": "zctas",
      "title": "Download a Zip Code Tabulation Area (ZCTA) shapefile into R",
      "concept": [
        "general area functions"
      ],
      "topics": [
        "zctas"
      ]
    }
  ],
  "_readme": "https://github.com/walkerke/tigris/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",
    "units",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "wk"
  ],
  "_score": 13.073916155345694,
  "_indexed": false,
  "_nocasepkg": "tigris",
  "_universes": [
    "ar-puuk"
  ],
  "_indexurl": "https://walkerke.r-universe.dev/tigris",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:14:12.000Z",
      "distro": "noble",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "14a20a8466b13783272e8a171f3920e8bea9e3229fafb89813014cf6de20b041",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:14:05.000Z",
      "distro": "noble",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "ba40dc38cda6298794aeb884081a95aa46fd4c2139c883312ac81ce83be4790f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:26:51.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "485a8c2d88acf8cb12a4eed2f0a2a3e632cf807d8e55bc32b28f9e0ad4512fcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:27:19.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "4c11ff4a19a55ea703dfb5f23c2d942e00cebab11981d3b996ff13a197a95327",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:14:21.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "3410a1b1723d1a0cbbce13dfd639b16b476332b3ba2a4fbe6a51e74ea5aba6d6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:13:16.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "fdf9e30a464f78b86256fd17168547730423e0b6f3771b88da8a256da8f6aac1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:13:05.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "1bea0d3b3ef8494cf5e53edbb189553cc5f46ced256992a0f905cbb64048db23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.2.1.9000",
      "date": "2026-06-01T17:13:07.000Z",
      "commit": "07e457d1902d481b26378061d7b73580e55144a5",
      "fileid": "d7d777446e10a385588d93724da50d8592b5e45479946c1e07190367c5246ddb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ar-puuk/actions/runs/26769843163"
    }
  ]
}