{
  "_id": "6a3ce9c211b455f4884bc0f7",
  "Package": "countryatlas",
  "Type": "Package",
  "Title": "Join World Bank Data, Country Codes and Maps on the ISO Spine",
  "Version": "2.0.0",
  "Authors@R": "person(given = \"Youzhi\",\nfamily = \"Yu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"yuyouzhi666@icloud.com\")",
  "Description": "A complete toolkit for getting country data onto honest\nmaps. Country names rarely line up across data sources (\"US\",\n\"U.S.\", \"United States\", \"United States of America\" are one\ncountry, but a naive join treats them as four), so\n'countryatlas' makes ISO codes the universal join key. It\ngeneralises a one-call, map-ready table that stitches together\n'ggplot2' map geometry, 'WDI' World Bank indicators and the\n'countrycode' Rosetta stone; exposes the join machinery for the\nuser's own data; ships curated reference data (metadata, group\nmemberships, an indicator catalogue, flags and currencies);\nadds analysis helpers (per-capita, regional roll-ups, ranking);\nand turns one hand-drawn choropleth into a full vocabulary of\nprojected, area-honest maps (binned and quantile choropleths,\nproportional-symbol, bivariate, cartogram, tile-grid, flow,\nanimated, globe and interactive), and can hand its curated,\nISO-reconciled tables to 'ggsql' for database-side spatial\nrendering. Heavy spatial dependencies stay optional, and a\nbundled offline snapshot lets every example, test and vignette\nrun without the network.",
  "License": "GPL (>= 3)",
  "URL": "https://pursuitofdatascience.github.io/countryatlas/,\nhttps://github.com/PursuitOfDataScience/countryatlas",
  "BugReports": "https://github.com/PursuitOfDataScience/countryatlas/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://pursuitofdatascience.r-universe.dev",
  "Date/Publication": "2026-06-24 15:33:02 UTC",
  "RemoteUrl": "https://github.com/pursuitofdatascience/countryatlas",
  "RemoteRef": "HEAD",
  "RemoteSha": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-25 08:37:48 UTC",
    "User": "root"
  },
  "Author": "Youzhi Yu [aut, cre]",
  "Maintainer": "Youzhi Yu <yuyouzhi666@icloud.com>",
  "MD5sum": "532271cf4c6203e52a0b14ad59b41acf",
  "_user": "pursuitofdatascience",
  "_type": "src",
  "_file": "countryatlas_2.0.0.tar.gz",
  "_fileid": "18020356ad01a19836925a95f2f465d82cf2b6fe34cc8daf35fbd6d35a5cf269",
  "_filesize": 3147160,
  "_sha256": "18020356ad01a19836925a95f2f465d82cf2b6fe34cc8daf35fbd6d35a5cf269",
  "_created": "2026-06-25T08:37:48.000Z",
  "_published": "2026-06-25T08:41:38.680Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83390392431,
      "time": 178,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7873034161"
    },
    {
      "job": 83390392429,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7873033758"
    },
    {
      "job": 83390392402,
      "time": 141,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7873026533"
    },
    {
      "job": 83390392445,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7873010447"
    },
    {
      "job": 83389680754,
      "time": 232,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7872967651"
    },
    {
      "job": 83390392395,
      "time": 186,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7873036658"
    },
    {
      "job": 83390392425,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7873003948"
    },
    {
      "job": 83390392459,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7873009323"
    },
    {
      "job": 83390392443,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7873006229"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pursuitofdatascience/countryatlas",
  "_commit": {
    "id": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
    "author": "Youzhi Yu <yuyouzhi666@icloud.com>",
    "committer": "Youzhi Yu <yuyouzhi666@icloud.com>",
    "message": "Add §2.7: new feature candidates for the 2.0.0 release\n\nBrainstorm of additional features to build on the ISO spine + sf/WDI/ggsql\nplumbing: country adjacency graph, dorling_map(), bivariate legend, real-terms\n/ PPP and population-weighted helpers, convergence & inequality measures, panel\nutilities, a Shiny module, and a broader ggsql render engine. Reframed the doc\nto note v2.0.0-dev is merged to main (1.0.0 is the current CRAN version).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n",
    "time": 1782315182
  },
  "_maintainer": {
    "name": "Youzhi Yu",
    "email": "yuyouzhi666@icloud.com",
    "login": "pursuitofdatascience",
    "twitter": "@PursuitOfDS",
    "description": "CUDA out of memory. ",
    "uuid": 54338793
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "countrycode",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "WDI",
      "role": "Imports"
    },
    {
      "package": "biscale",
      "role": "Suggests"
    },
    {
      "package": "cartogram",
      "role": "Suggests"
    },
    {
      "package": "classInt",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "duckdb",
      "role": "Suggests"
    },
    {
      "package": "gganimate",
      "role": "Suggests"
    },
    {
      "package": "geofacet",
      "role": "Suggests"
    },
    {
      "package": "ggiraph",
      "role": "Suggests"
    },
    {
      "package": "ggrepel",
      "role": "Suggests"
    },
    {
      "package": "ggsql",
      "role": "Suggests"
    },
    {
      "package": "gifski",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "magick",
      "role": "Suggests"
    },
    {
      "package": "mapproj",
      "role": "Suggests"
    },
    {
      "package": "maps",
      "role": "Suggests"
    },
    {
      "package": "nanoarrow",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "rmapshaper",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rnaturalearth",
      "role": "Suggests"
    },
    {
      "package": "rnaturalearthdata",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    },
    {
      "package": "stringdist",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pursuitofdatascience",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-25",
      "n": 5
    },
    {
      "week": "2026-26",
      "n": 8
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2026-06-19"
    }
  ],
  "_topics": [
    "countrycodes",
    "dataviz",
    "economics-data",
    "ggplot2",
    "worldbank",
    "worlddata",
    "worldmap"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "pursuitofdatascience",
      "count": 13,
      "uuid": 54338793
    }
  ],
  "_userbio": {
    "uuid": 54338793,
    "type": "user",
    "name": "Y. Yu",
    "followers": 33,
    "description": "CUDA out of memory. "
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/countryatlas"
  },
  "_devurl": "https://github.com/pursuitofdatascience/countryatlas",
  "_pkgdown": "https://pursuitofdatascience.github.io/countryatlas/",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/countryatlas.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pursuitofdatascience/countryatlas",
  "_realowner": "pursuitofdatascience",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-06-24"
    }
  ],
  "_exports": [
    "aggregate_regions",
    "animate_world",
    "as_ggsql_source",
    "attach_geometry",
    "audit_coverage",
    "bivariate_map",
    "bubble_map",
    "cartogram_map",
    "check_country_match",
    "clear_wdi_cache",
    "complete_years",
    "convert_country",
    "country_codes",
    "country_data",
    "country_groups",
    "country_join",
    "country_join_all",
    "country_overrides",
    "facet_map",
    "flow_map",
    "geom_country_labels",
    "globe_map",
    "growth_rate",
    "in_group",
    "index_to",
    "interactive_map",
    "join_world",
    "locate_country",
    "per_capita",
    "rank_countries",
    "repair_country_names",
    "share_of_world",
    "simplify_geometry",
    "spin_globe",
    "standardize_country",
    "theme_world_map",
    "tile_map",
    "wdi_search",
    "wdj_overrides",
    "world_data",
    "world_geometry",
    "world_map",
    "world_query"
  ],
  "_datasets": [
    {
      "name": "common_indicators",
      "title": "Curated indicator catalogue",
      "object": "common_indicators",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "name",
        "code",
        "description"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "country_groups_tbl",
      "title": "Country-group membership (point-in-time)",
      "object": "country_groups_tbl",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "group",
        "iso3c",
        "country"
      ],
      "rows": 249,
      "table": true,
      "tojson": true
    },
    {
      "name": "country_meta",
      "title": "Static per-country metadata",
      "object": "country_meta",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "iso3c",
        "iso2c",
        "country",
        "continent",
        "region",
        "un_region",
        "currency",
        "tld",
        "flag",
        "capital",
        "capital_lat",
        "capital_lon",
        "income",
        "area_km2",
        "centroid_lon",
        "centroid_lat",
        "landlocked"
      ],
      "rows": 249,
      "table": true,
      "tojson": true
    },
    {
      "name": "world_snapshot",
      "title": "Offline snapshot of world data",
      "object": "world_snapshot",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "world_tiles",
      "title": "Equal-area world tile-grid layout",
      "object": "world_tiles",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "iso3c",
        "country",
        "row",
        "col"
      ],
      "rows": 239,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "aggregate_regions",
      "title": "Roll countries up to region / income / continent",
      "topics": [
        "aggregate_regions"
      ]
    },
    {
      "page": "animate_world",
      "title": "Animate a choropleth over time",
      "topics": [
        "animate_world"
      ]
    },
    {
      "page": "as_ggsql_source",
      "title": "Export a countryatlas table as a ggsql source",
      "topics": [
        "as_ggsql_source"
      ]
    },
    {
      "page": "attach_geometry",
      "title": "Attach geometry to a country-level table",
      "topics": [
        "attach_geometry"
      ]
    },
    {
      "page": "audit_coverage",
      "title": "Coverage / missingness audit",
      "topics": [
        "audit_coverage"
      ]
    },
    {
      "page": "bivariate_map",
      "title": "Two-variable bivariate choropleth",
      "topics": [
        "bivariate_map"
      ]
    },
    {
      "page": "bubble_map",
      "title": "Proportional-symbol (bubble) map",
      "topics": [
        "bubble_map"
      ]
    },
    {
      "page": "cartogram_map",
      "title": "Area-honest cartogram",
      "topics": [
        "cartogram_map"
      ]
    },
    {
      "page": "check_country_match",
      "title": "Pre-flight country-match report",
      "topics": [
        "check_country_match"
      ]
    },
    {
      "page": "clear_wdi_cache",
      "title": "Clear the on-disk / in-memory WDI cache",
      "topics": [
        "clear_wdi_cache"
      ]
    },
    {
      "page": "common_indicators",
      "title": "Curated indicator catalogue",
      "topics": [
        "common_indicators"
      ]
    },
    {
      "page": "complete_years",
      "title": "Fill or interpolate panel gaps",
      "topics": [
        "complete_years"
      ]
    },
    {
      "page": "convert_country",
      "title": "Friendly country-code conversion",
      "topics": [
        "convert_country"
      ]
    },
    {
      "page": "country_codes",
      "title": "The countrycode codelist as a tidy tibble",
      "topics": [
        "country_codes"
      ]
    },
    {
      "page": "country_data",
      "title": "Lightweight one-row-per-country table",
      "topics": [
        "country_data"
      ]
    },
    {
      "page": "country_groups",
      "title": "Country-group membership",
      "topics": [
        "country_groups"
      ]
    },
    {
      "page": "country_groups_tbl",
      "title": "Country-group membership (point-in-time)",
      "topics": [
        "country_groups_tbl"
      ]
    },
    {
      "page": "country_join",
      "title": "Reconcile and join two messy country tables",
      "topics": [
        "country_join"
      ]
    },
    {
      "page": "country_join_all",
      "title": "Join many messy country tables on the ISO spine",
      "topics": [
        "country_join_all"
      ]
    },
    {
      "page": "country_meta",
      "title": "Static per-country metadata",
      "topics": [
        "country_meta"
      ]
    },
    {
      "page": "facet_map",
      "title": "Small-multiple choropleths",
      "topics": [
        "facet_map"
      ]
    },
    {
      "page": "flow_map",
      "title": "Great-circle origin-destination flow map",
      "topics": [
        "flow_map"
      ]
    },
    {
      "page": "geom_country_labels",
      "title": "Centroid-anchored country labels",
      "topics": [
        "geom_country_labels"
      ]
    },
    {
      "page": "globe_map",
      "title": "Orthographic globe choropleth",
      "topics": [
        "globe_map"
      ]
    },
    {
      "page": "growth_rate",
      "title": "Year-on-year (or compound) growth rate",
      "topics": [
        "growth_rate"
      ]
    },
    {
      "page": "in_group",
      "title": "Is a country in a group?",
      "topics": [
        "in_group"
      ]
    },
    {
      "page": "index_to",
      "title": "Rebase a series to an index (base year = 100)",
      "topics": [
        "index_to"
      ]
    },
    {
      "page": "interactive_map",
      "title": "Web-ready interactive choropleth",
      "topics": [
        "interactive_map"
      ]
    },
    {
      "page": "join_world",
      "title": "One call: your data, on a map",
      "topics": [
        "join_world"
      ]
    },
    {
      "page": "locate_country",
      "title": "Tag coordinates with the country that contains them",
      "topics": [
        "locate_country"
      ]
    },
    {
      "page": "per_capita",
      "title": "Normalise an indicator by population",
      "topics": [
        "per_capita"
      ]
    },
    {
      "page": "rank_countries",
      "title": "Add rank, percentile and z-score",
      "topics": [
        "rank_countries"
      ]
    },
    {
      "page": "repair_country_names",
      "title": "Auto-repair country names to their closest known match",
      "topics": [
        "repair_country_names"
      ]
    },
    {
      "page": "share_of_world",
      "title": "Each country's share of the world total",
      "topics": [
        "share_of_world"
      ]
    },
    {
      "page": "simplify_geometry",
      "title": "Simplify (thin) geometry for faster plotting",
      "topics": [
        "simplify_geometry"
      ]
    },
    {
      "page": "spin_globe",
      "title": "Spin the globe",
      "topics": [
        "spin_globe"
      ]
    },
    {
      "page": "standardize_country",
      "title": "Add ISO codes and classifications to any data frame",
      "topics": [
        "standardize_country"
      ]
    },
    {
      "page": "theme_world_map",
      "title": "A clean theme for world maps",
      "topics": [
        "theme_world_map"
      ]
    },
    {
      "page": "tile_map",
      "title": "Equal-area world tile grid",
      "topics": [
        "tile_map"
      ]
    },
    {
      "page": "wdi_search",
      "title": "Search World Bank indicators",
      "topics": [
        "wdi_search"
      ]
    },
    {
      "page": "wdj_overrides",
      "title": "Curated country-name overrides (replaces the silent drop-list)",
      "topics": [
        "country_overrides",
        "wdj_overrides"
      ]
    },
    {
      "page": "world_data",
      "title": "Map-ready, enriched country tibble",
      "topics": [
        "world_data"
      ]
    },
    {
      "page": "world_geometry",
      "title": "Geometry without the data",
      "topics": [
        "world_geometry"
      ]
    },
    {
      "page": "world_map",
      "title": "One-line choropleth, several honest styles",
      "topics": [
        "world_map"
      ]
    },
    {
      "page": "world_query",
      "title": "Emit a ggsql spatial query for a country map",
      "topics": [
        "world_query"
      ]
    },
    {
      "page": "world_snapshot",
      "title": "Offline snapshot of world data",
      "topics": [
        "world_snapshot"
      ]
    },
    {
      "page": "world_tiles",
      "title": "Equal-area world tile-grid layout",
      "topics": [
        "world_tiles"
      ]
    }
  ],
  "_pkglogo": "https://github.com/pursuitofdatascience/countryatlas/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/pursuitofdatascience/countryatlas/raw/HEAD/README.md",
  "_rundeps": [
    "cachem",
    "cli",
    "countrycode",
    "cpp11",
    "dplyr",
    "farver",
    "fastmap",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "WDI",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "beyond-the-choropleth.Rmd",
      "filename": "beyond-the-choropleth.html",
      "title": "Beyond the choropleth",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Proportional-symbol (bubble) maps",
        "Equal-area tile grids",
        "Flow maps",
        "Labels",
        "Maps that need optional packages"
      ],
      "created": "2026-06-18 10:57:25",
      "modified": "2026-06-18 15:08:01",
      "commits": 2
    },
    {
      "source": "countryatlas-and-ggsql.Rmd",
      "filename": "countryatlas-and-ggsql.html",
      "title": "countryatlas and ggsql",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Emit a query (no dependencies)",
        "Render in the database",
        "In a Quarto / R Markdown document",
        "Why bother?"
      ],
      "created": "2026-06-23 15:26:25",
      "modified": "2026-06-23 15:26:25",
      "commits": 1
    },
    {
      "source": "countryatlas.Rmd",
      "filename": "countryatlas.html",
      "title": "countryatlas: Joining World Data to Maps on the ISO Spine",
      "author": "Youzhi Yu University of Chicago",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Abstract",
        "Introduction",
        "Core data assembly",
        "world_data()",
        "country_data() and attach_geometry()",
        "Visualising: the choropleth and beyond",
        "One-line choropleths",
        "Proportional-symbol maps",
        "Equal-area tile grids",
        "Flow maps",
        "The join engine",
        "Diagnostics: never lose a country silently",
        "Reference data and code translation",
        "Analysis helpers",
        "Performance and offline use",
        "Conclusion",
        "Session information"
      ],
      "created": "2026-06-18 15:08:01",
      "modified": "2026-06-18 15:08:01",
      "commits": 1
    },
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "A map-ready tibble in one call",
        "Your first choropleth",
        "Choosing indicators",
        "Next steps"
      ],
      "created": "2026-06-18 10:57:25",
      "modified": "2026-06-18 15:08:01",
      "commits": 2
    },
    {
      "source": "joining-your-own-data.Rmd",
      "filename": "joining-your-own-data.html",
      "title": "Joining your own data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Standardise any frame",
        "One call to a map",
        "Reconcile two messy tables",
        "Check before you trust",
        "Custom origins"
      ],
      "created": "2026-06-18 10:57:25",
      "modified": "2026-06-18 15:08:01",
      "commits": 2
    },
    {
      "source": "sf-and-projections.Rmd",
      "filename": "sf-and-projections.html",
      "title": "Modern maps with sf & projections",
      "engine": "knitr::rmarkdown",
      "headings": [
        "An equal-area, projected choropleth",
        "The world as a globe",
        "Just the canvas",
        "Recentring and the antimeridian",
        "Region subsetting",
        "Simplifying for the web"
      ],
      "created": "2026-06-18 10:57:25",
      "modified": "2026-06-23 16:50:58",
      "commits": 4
    }
  ],
  "_score": 4.778151250383644,
  "_indexed": true,
  "_nocasepkg": "countryatlas",
  "_universes": [
    "pursuitofdatascience"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-25T08:40:43.000Z",
      "distro": "resolute",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "2a3b082714e83997ff79f04af0897812c6e5ff384a6021673ede2d54d13a35de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-25T08:40:41.000Z",
      "distro": "resolute",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "7e88f37128156cba2f927d50952ea7977623e212ee8a326aa2684441985a3d60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-25T08:40:22.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "c56b67cffbfa429daf8bcc66ee9b5d4381035dcb075a52775aaccd4be8fded33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-25T08:39:45.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "c9585318916b864d4e456b7cb3915c577289bfe71eeccb5366582f55ff9e8ad1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-25T08:41:15.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "c1735328246b5d3d5b08f4e63275e7fbd85e1ed5005bfda19cd7e28511617e2a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-25T08:39:13.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "ceca0f33b8fadc131c18257b4e496d7d4a46908ebd9b9a1d69e22bfb23487b06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-25T08:39:24.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "621403cd08df8073b3812249e8d1b5d7a807382a961314c726241677040b4778",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-25T08:39:14.000Z",
      "commit": "a6a3281f28c2f581b61e33ed2402ae137a56bca8",
      "fileid": "638f38bef9e88e97f83b7048191c5e423e2a55160bff0cf94bf2ada8f4182717",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pursuitofdatascience/actions/runs/28157522049"
    }
  ]
}