{
  "_id": "6a0f5ef5acfb0bcc41c5af87",
  "Package": "quarto",
  "Title": "R Interface to 'Quarto' Markdown Publishing System",
  "Version": "1.5.1.9002",
  "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-0174-9868\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"Gordon\", \"Woodhull\", role = \"ctb\")\n)",
  "Description": "Convert R Markdown documents and 'Jupyter' notebooks to a\nvariety of output formats using 'Quarto'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/quarto-dev/quarto-r,\nhttps://quarto-dev.github.io/quarto-r/",
  "BugReports": "https://github.com/quarto-dev/quarto-r/issues",
  "VignetteBuilder": "quarto",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "Quarto command line tool\n(<https://github.com/quarto-dev/quarto-cli>).",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://quarto-dev.r-universe.dev",
  "Date/Publication": "2026-05-21 11:41:10 UTC",
  "RemoteUrl": "https://github.com/quarto-dev/quarto-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "65ad2a42c6c079e712ab69fad93202984ee40d59",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 14:15:36 UTC",
    "User": "root"
  },
  "Author": "JJ Allaire [aut] (ORCID: <https://orcid.org/0000-0003-0174-9868>),\nChristophe Dervieux [cre, aut] (ORCID:\n<https://orcid.org/0000-0003-4474-2498>),\nPosit Software, PBC [cph, fnd],\nGordon Woodhull [ctb]",
  "Maintainer": "Christophe Dervieux <cderv@posit.co>",
  "MD5sum": "640ea5442a82556d565970843778195e",
  "_user": "quarto-dev",
  "_type": "src",
  "_file": "quarto_1.5.1.9002.tar.gz",
  "_fileid": "327b77597a0ffc4dcf4845b2c5adfc876d5e55e6329954dc86669c04bc53b5f3",
  "_filesize": 387221,
  "_sha256": "327b77597a0ffc4dcf4845b2c5adfc876d5e55e6329954dc86669c04bc53b5f3",
  "_created": "2026-05-21T14:15:36.000Z",
  "_published": "2026-05-21T19:37:25.479Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77253374761,
      "time": 210,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7138309303"
    },
    {
      "job": 77253374859,
      "time": 205,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7138307156"
    },
    {
      "job": 77253374936,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7138346965"
    },
    {
      "job": 77253375064,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7138353810"
    },
    {
      "job": 77253374243,
      "time": 240,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7138218427"
    },
    {
      "job": 77253374201,
      "time": 167,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145425617"
    },
    {
      "job": 77253374494,
      "time": 215,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7138311342"
    },
    {
      "job": 77253374773,
      "time": 204,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7138306552"
    },
    {
      "job": 77253374678,
      "time": 251,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7138325531"
    }
  ],
  "_buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/quarto-dev/quarto-r",
  "_commit": {
    "id": "65ad2a42c6c079e712ab69fad93202984ee40d59",
    "author": "Christophe Dervieux <christophe.dervieux@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix test for v1.9 change (#302)\n\nAdapt test suite for Quarto v1.9 and refactor metadata args\n\nUpdates the test suite for upstream Quarto v1.9 behaviour changes,\nreplaces the fragile metadata snapshot tests with a stable helper plus\nfocused integration coverage, and shores up test skips for missing\noptional dependencies.\n\nQuarto v1.9 adaptations:\n- `quarto_list_extensions()` / `quarto_remove_extensions()` / tests\n  adapted for the `quarto list extensions` output change (#301): verify\n  extension presence before remove, resolve the extension id explicitly,\n  gate no-extension assertions on pre-v1.9 Quarto\n- Strip the `Quarto version: X.Y.Z` DEBUG-mode prefix that Quarto v1.9\n  prepends to stderr under GitHub Actions debug logging — was breaking\n  `quarto_list_extensions()` parsing\n  (quarto-dev/quarto-cli#14532)\n- Skip purl test on v1.9 pending quarto-dev/quarto-cli#14529\n\nMetadata args refactor + tests:\n- Extract `cli_arg_metadata()` from `quarto_render()` as a pure helper\n  building `--metadata-file` args; treats explicit `metadata_file = NULL`\n  as omitted, and uses `on.exit` to clean up the temp YAML file on\n  error\n- Replace three native-AST metadata snapshots (which churned on every\n  Quarto-injected metadata change) with unit tests of\n  `cli_arg_metadata()` plus integration tests that use a Lua filter to\n  allowlist metadata keys — covers both `metadata=` override of a\n  top-level `_quarto.yml` key and temp-file cleanup on write failure\n\nTest infrastructure:\n- Add brand.yml to Suggests; skip theme tests when missing\n- Require bslib >= 0.9.0\n- Skip ggiraph test when `gdtools::font_set_liberation()` fails\n  (davidgohel/gdtools#82)\n- Work around `expect_snapshot` hint glitch (r-lib/testthat#2335)",
    "time": 1779363670
  },
  "_maintainer": {
    "name": "Christophe Dervieux",
    "email": "cderv@posit.co",
    "login": "cderv",
    "mastodon": "@cderv@fosstodon.org",
    "orcid": "0000-0003-4474-2498",
    "twitter": "@chrisderv",
    "description": "software engineer at @posit-pbc working on R Markdown ecosystem and @quarto-dev ",
    "uuid": 6791940
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "later",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "processx",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "xfun",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "version": ">= 2.3.10",
      "role": "Imports"
    },
    {
      "package": "brand.yml",
      "role": "Suggests"
    },
    {
      "package": "bslib",
      "version": ">= 0.9.0",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "flextable",
      "role": "Suggests"
    },
    {
      "package": "ggiraph",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "gt",
      "role": "Suggests"
    },
    {
      "package": "heatmaply",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "palmerpenguins",
      "role": "Suggests"
    },
    {
      "package": "patchwork",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "rsconnect",
      "version": ">= 0.8.26",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.1.7",
      "role": "Suggests"
    },
    {
      "package": "thematic",
      "role": "Suggests"
    },
    {
      "package": "tidyverse",
      "role": "Suggests"
    },
    {
      "package": "tinytable",
      "role": "Suggests"
    },
    {
      "package": "whoami",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "quarto-dev",
  "_selfowned": true,
  "_usedby": 53,
  "_updates": [
    {
      "week": "2025-21",
      "n": 2
    },
    {
      "week": "2025-23",
      "n": 5
    },
    {
      "week": "2025-24",
      "n": 8
    },
    {
      "week": "2025-26",
      "n": 12
    },
    {
      "week": "2025-27",
      "n": 19
    },
    {
      "week": "2025-28",
      "n": 4
    },
    {
      "week": "2025-30",
      "n": 27
    },
    {
      "week": "2025-31",
      "n": 5
    },
    {
      "week": "2025-36",
      "n": 4
    },
    {
      "week": "2025-43",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 4
    },
    {
      "week": "2026-21",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v1.5.0",
      "date": "2025-07-28"
    },
    {
      "name": "v1.5.1",
      "date": "2025-09-04"
    }
  ],
  "_stars": 160,
  "_contributors": [
    {
      "user": "cderv",
      "count": 264,
      "uuid": 6791940
    },
    {
      "user": "jjallaire",
      "count": 70,
      "uuid": 104391
    },
    {
      "user": "salim-b",
      "count": 8,
      "uuid": 20040931
    },
    {
      "user": "mcanouil",
      "count": 6,
      "uuid": 8896044
    },
    {
      "user": "gordonwoodhull",
      "count": 4,
      "uuid": 1366709
    },
    {
      "user": "zeileis",
      "count": 1,
      "uuid": 61125774
    },
    {
      "user": "aronatkins",
      "count": 1,
      "uuid": 362187
    },
    {
      "user": "cwickham",
      "count": 1,
      "uuid": 25964
    },
    {
      "user": "davzim",
      "count": 1,
      "uuid": 15910496
    },
    {
      "user": "dcnorris",
      "count": 1,
      "uuid": 8365445
    },
    {
      "user": "eddelbuettel",
      "count": 1,
      "uuid": 673121
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "indrajeetpatil",
      "count": 1,
      "uuid": 11330453
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    },
    {
      "user": "kevinushey",
      "count": 1,
      "uuid": 1976582
    },
    {
      "user": "yeelauren",
      "count": 1,
      "uuid": 12127746
    },
    {
      "user": "mslynch",
      "count": 1,
      "uuid": 5151225
    },
    {
      "user": "topepo",
      "count": 1,
      "uuid": 5731043
    },
    {
      "user": "mine-cetinkaya-rundel",
      "count": 1,
      "uuid": 5965649
    },
    {
      "user": "pawanramamali",
      "count": 1,
      "uuid": 11299574
    },
    {
      "user": "parmsam",
      "count": 1,
      "uuid": 40672605
    },
    {
      "user": "remlapmot",
      "count": 1,
      "uuid": 3777473
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 67437475,
    "type": "organization",
    "name": "Quarto",
    "description": "Open source scientific and technical publishing system"
  },
  "_downloads": {
    "count": 94665,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quarto"
  },
  "_devurl": "https://github.com/quarto-dev/quarto-r",
  "_pkgdown": "https://quarto-dev.github.io/quarto-r/",
  "_searchresults": 2064,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_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/quarto.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/quarto-dev/quarto-r",
  "_realowner": "quarto-dev",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2021-02-09"
    },
    {
      "version": "0.3",
      "date": "2021-05-18"
    },
    {
      "version": "1.0",
      "date": "2021-08-06"
    },
    {
      "version": "1.1",
      "date": "2022-01-06"
    },
    {
      "version": "1.2",
      "date": "2022-07-07"
    },
    {
      "version": "1.3",
      "date": "2023-09-19"
    },
    {
      "version": "1.4",
      "date": "2024-03-06"
    },
    {
      "version": "1.4.4",
      "date": "2024-07-20"
    },
    {
      "version": "1.5.0",
      "date": "2025-08-01"
    },
    {
      "version": "1.5.1",
      "date": "2025-09-04"
    }
  ],
  "_exports": [
    "add_spin_preamble",
    "check_newer_version",
    "detect_bookdown_crossrefs",
    "find_project_root",
    "get_running_project_root",
    "has_parameters",
    "is_using_quarto",
    "new_blog_post",
    "project_path",
    "qmd_to_r_script",
    "quarto_add_extension",
    "quarto_available",
    "quarto_binary_sitrep",
    "quarto_create_project",
    "quarto_inspect",
    "quarto_list_extensions",
    "quarto_path",
    "quarto_preview",
    "quarto_preview_stop",
    "quarto_publish_app",
    "quarto_publish_doc",
    "quarto_publish_site",
    "quarto_remove_extension",
    "quarto_render",
    "quarto_serve",
    "quarto_update_extension",
    "quarto_use_template",
    "quarto_version",
    "tbl_qmd_div",
    "tbl_qmd_div_base64",
    "tbl_qmd_div_raw",
    "tbl_qmd_span",
    "tbl_qmd_span_base64",
    "tbl_qmd_span_raw",
    "theme_brand_flextable",
    "theme_brand_ggplot2",
    "theme_brand_gt",
    "theme_brand_plotly",
    "theme_brand_thematic",
    "theme_colors_flextable",
    "theme_colors_ggplot2",
    "theme_colors_gt",
    "theme_colors_plotly",
    "theme_colors_thematic",
    "write_yaml_metadata_block",
    "yaml_quote_string"
  ],
  "_help": [
    {
      "page": "add_spin_preamble",
      "title": "Add spin preamble to R script",
      "topics": [
        "add_spin_preamble"
      ]
    },
    {
      "page": "check_newer_version",
      "title": "Check for newer version of Quarto",
      "topics": [
        "check_newer_version"
      ]
    },
    {
      "page": "detect_bookdown_crossrefs",
      "title": "Detect Bookdown Cross-References for Quarto Migration",
      "topics": [
        "detect_bookdown_crossrefs"
      ]
    },
    {
      "page": "find_project_root",
      "title": "Find the root of a Quarto project",
      "topics": [
        "find_project_root"
      ]
    },
    {
      "page": "get_running_project_root",
      "title": "Get the root of the currently running Quarto project",
      "topics": [
        "get_running_project_root"
      ]
    },
    {
      "page": "has_parameters",
      "title": "Check if a Quarto document uses parameters",
      "topics": [
        "has_parameters"
      ]
    },
    {
      "page": "is_using_quarto",
      "title": "Check is a directory is using quarto",
      "topics": [
        "is_using_quarto"
      ]
    },
    {
      "page": "new_blog_post",
      "title": "Create a new blog post",
      "topics": [
        "new_blog_post"
      ]
    },
    {
      "page": "project_path",
      "title": "Get path relative to project root (Quarto-aware)",
      "topics": [
        "project_path"
      ]
    },
    {
      "page": "qmd_to_r_script",
      "title": "Convert Quarto document to R script",
      "topics": [
        "qmd_to_r_script"
      ]
    },
    {
      "page": "quarto_add_extension",
      "title": "Install a Quarto extensions",
      "topics": [
        "quarto_add_extension"
      ]
    },
    {
      "page": "quarto_available",
      "title": "Check if quarto is available and version meet some requirements",
      "topics": [
        "quarto_available"
      ]
    },
    {
      "page": "quarto_binary_sitrep",
      "title": "Check configurations for quarto binary used",
      "topics": [
        "quarto_binary_sitrep"
      ]
    },
    {
      "page": "quarto_create_project",
      "title": "Create a quarto project",
      "topics": [
        "quarto_create_project"
      ]
    },
    {
      "page": "quarto_inspect",
      "title": "Inspect Quarto Input File or Project",
      "topics": [
        "quarto_inspect"
      ]
    },
    {
      "page": "quarto_list_extensions",
      "title": "List Installed Quarto extensions",
      "topics": [
        "quarto_list_extensions"
      ]
    },
    {
      "page": "quarto_path",
      "title": "Path to the quarto binary",
      "topics": [
        "quarto_path"
      ]
    },
    {
      "page": "quarto_preview",
      "title": "Quarto Preview",
      "topics": [
        "quarto_preview",
        "quarto_preview_stop"
      ]
    },
    {
      "page": "quarto_publish_doc",
      "title": "Publish Quarto Documents",
      "topics": [
        "quarto_publish_app",
        "quarto_publish_doc",
        "quarto_publish_site"
      ]
    },
    {
      "page": "quarto_remove_extension",
      "title": "Remove a Quarto extensions",
      "topics": [
        "quarto_remove_extension"
      ]
    },
    {
      "page": "quarto_render",
      "title": "Render Markdown",
      "topics": [
        "quarto_render"
      ]
    },
    {
      "page": "quarto_serve",
      "title": "Serve Interactive Document",
      "topics": [
        "quarto_serve"
      ]
    },
    {
      "page": "quarto_update_extension",
      "title": "Update a Quarto extensions",
      "topics": [
        "quarto_update_extension"
      ]
    },
    {
      "page": "quarto_use_template",
      "title": "Use a custom format extension template",
      "topics": [
        "quarto_use_template"
      ]
    },
    {
      "page": "quarto_version",
      "title": "Check quarto version",
      "topics": [
        "quarto_version"
      ]
    },
    {
      "page": "tbl_qmd_elements",
      "title": "Create Quarto Markdown HTML Elements for Tables",
      "topics": [
        "tbl_qmd_div",
        "tbl_qmd_div_base64",
        "tbl_qmd_div_raw",
        "tbl_qmd_elements",
        "tbl_qmd_span",
        "tbl_qmd_span_base64",
        "tbl_qmd_span_raw"
      ]
    },
    {
      "page": "theme_helpers",
      "title": "Create a theme for a plotting or table package",
      "topics": [
        "theme_brand_flextable",
        "theme_brand_ggplot2",
        "theme_brand_gt",
        "theme_brand_plotly",
        "theme_brand_thematic",
        "theme_colors_flextable",
        "theme_colors_ggplot2",
        "theme_colors_gt",
        "theme_colors_plotly",
        "theme_colors_thematic"
      ]
    },
    {
      "page": "write_yaml_metadata_block",
      "title": "Write YAML Metadata Block for Quarto Documents",
      "topics": [
        "write_yaml_metadata_block"
      ]
    },
    {
      "page": "yaml_quote_string",
      "title": "Add quoted attribute to strings for YAML output",
      "topics": [
        "yaml_quote_string"
      ]
    }
  ],
  "_pkglogo": "https://github.com/quarto-dev/quarto-r/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/quarto-dev/quarto-r/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "memoise",
    "mime",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "sass",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "advanced-vignettes.qmd",
      "filename": "advanced-vignettes.html",
      "title": "Custom Quarto Formats For Vignettes",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-06-26 11:54:41",
      "modified": "2025-06-26 11:54:41",
      "commits": 1
    },
    {
      "source": "dynamic-metadata.qmd",
      "filename": "dynamic-metadata.html",
      "title": "Dynamic Metadata in Quarto Documents",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-06-24 10:13:57",
      "modified": "2025-07-02 17:25:11",
      "commits": 9
    },
    {
      "source": "publishing.qmd",
      "filename": "publishing.html",
      "title": "Publishing",
      "engine": "quarto::html",
      "headings": [],
      "created": "2024-01-31 16:17:07",
      "modified": "2024-01-31 16:17:07",
      "commits": 1
    },
    {
      "source": "hello.qmd",
      "filename": "hello.html",
      "title": "Quarto HTML Vignettes",
      "engine": "quarto::html",
      "headings": [],
      "created": "2024-01-31 16:17:07",
      "modified": "2025-07-02 17:25:11",
      "commits": 3
    },
    {
      "source": "hello-pdf.qmd",
      "filename": "hello-pdf.pdf",
      "title": "Quarto PDF Vignettes",
      "engine": "quarto::pdf",
      "headings": [],
      "created": "2024-01-31 16:17:07",
      "modified": "2024-01-31 16:17:07",
      "commits": 1
    },
    {
      "source": "r-scripts.qmd",
      "filename": "r-scripts.html",
      "title": "Working with R Scripts",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-07-08 10:46:33",
      "modified": "2025-07-08 10:46:33",
      "commits": 1
    }
  ],
  "_score": 15.614446575946886,
  "_indexed": true,
  "_nocasepkg": "quarto",
  "_universes": [
    "quarto-dev",
    "cderv"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:18:33.000Z",
      "distro": "noble",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "8c4e95c6ed3901424c7afd20cd3c637094f49cf45744adfe52d2fd8e056635c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:18:27.000Z",
      "distro": "noble",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "35bbfd1a07ddba2828c62566ff28a43e2a0ebacc38bfb04cee5201a7b7b071a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:20:11.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "b85e695596ecfda2cb21551b009199d3ab5b2ffbd8129696607d635f8d95933b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:20:22.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "1d5d1bde1ee82399ac70302c8ba7650e1be31c1850000c3bd6d159f4084a48c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.5.1.9002",
      "date": "2026-05-21T19:37:04.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "cf5e24b619be9339a7b6c051df9dea67c4b181001f0a6e77b28e1cdcaf16dd78",
      "status": "success",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:17:50.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "a19d5ae92a532c5c9e4ec4ac66bcf8047eee076c74a69cf575c0190447e36b6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:17:39.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "dfda861203bfe056fa40bd4de93ffadfb7c51abc900916054bf33bdc319305da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.5.1.9002",
      "date": "2026-05-21T14:17:55.000Z",
      "commit": "65ad2a42c6c079e712ab69fad93202984ee40d59",
      "fileid": "375fb9d87db4135bcac27b40930d82a45286e6befb01af9ad603472f0d10f6d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quarto-dev/actions/runs/26231395436"
    }
  ]
}