{
  "_id": "6a1ebad4b25058d4daae0577",
  "Package": "parsermd",
  "Title": "Formal Parser and Related Tools for R Markdown Documents",
  "Version": "0.2.0.9000",
  "Authors@R": "person(given = \"Colin\",\nfamily = \"Rundel\",\nrole = c(\"aut\", \"cre\"),\nemail = \"rundel@gmail.com\")",
  "Description": "An implementation of a formal grammar and parser for R\nMarkdown documents using the Boost Spirit X3 library. It also\nincludes a collection of high level functions for working with\nthe resulting abstract syntax tree.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "SystemRequirements": "C++17",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "quarto",
  "URL": "https://rundel.github.io/parsermd/,\nhttps://github.com/rundel/parsermd",
  "BugReports": "https://github.com/rundel/parsermd/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libx11-dev",
  "Repository": "https://rundel.r-universe.dev",
  "Date/Publication": "2026-02-27 16:19:16 UTC",
  "RemoteUrl": "https://github.com/rundel/parsermd",
  "RemoteRef": "HEAD",
  "RemoteSha": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-02 10:54:16 UTC",
    "User": "root"
  },
  "Author": "Colin Rundel [aut, cre]",
  "Maintainer": "Colin Rundel <rundel@gmail.com>",
  "MD5sum": "9d48082f0b31ddc18f72dbdd0cc2149f",
  "_user": "rundel",
  "_type": "src",
  "_file": "parsermd_0.2.0.9000.tar.gz",
  "_fileid": "42d2891443973a3687037e394a180152c06345776470de97f06673ec2eef1a13",
  "_filesize": 451961,
  "_sha256": "42d2891443973a3687037e394a180152c06345776470de97f06673ec2eef1a13",
  "_created": "2026-06-02T10:54:16.000Z",
  "_published": "2026-06-02T11:13:24.048Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79054946931,
      "time": 190,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355814087"
    },
    {
      "job": 79054946913,
      "time": 185,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355811677"
    },
    {
      "job": 79054947001,
      "time": 191,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355814571"
    },
    {
      "job": 79054946920,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355814405"
    },
    {
      "job": 79054946992,
      "time": 227,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355891912"
    },
    {
      "job": 79054946961,
      "time": 272,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355854926"
    },
    {
      "job": 79054946886,
      "time": 223,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355873453"
    },
    {
      "job": 79054946972,
      "time": 1006,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7356103475"
    },
    {
      "job": 79054272584,
      "time": 250,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355749990"
    },
    {
      "job": 79054946988,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355801629"
    },
    {
      "job": 79054946893,
      "time": 201,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355816841"
    },
    {
      "job": 79054946856,
      "time": 189,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355812417"
    },
    {
      "job": 79054946899,
      "time": 219,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355822622"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rundel/parsermd",
  "_commit": {
    "id": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
    "author": "Colin Rundel <rundel@gmail.com>",
    "committer": "Colin Rundel <rundel@gmail.com>",
    "message": "Revert \"Better error messages on pandoc attr ordering\"\n\nThis reverts commit 6785db358eb657cec40263e89d4248bc1bed6bf4.\n",
    "time": 1772209156
  },
  "_maintainer": {
    "name": "Colin Rundel",
    "email": "rundel@gmail.com",
    "login": "rundel",
    "twitter": "@rundel",
    "description": "Associate Professor of the Practice, Department of Statistical Science, Duke University\n\nR and computing enthusiast",
    "uuid": 273926
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 2.5.0",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Imports"
    },
    {
      "package": "pillar",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "quarto",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "styler",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    }
  ],
  "_owner": "rundel",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-25",
      "n": 1
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 12
    },
    {
      "week": "2025-33",
      "n": 4
    },
    {
      "week": "2025-34",
      "n": 16
    },
    {
      "week": "2025-35",
      "n": 4
    },
    {
      "week": "2026-09",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-08-19"
    }
  ],
  "_stars": 92,
  "_contributors": [
    {
      "user": "rundel",
      "count": 554,
      "uuid": 273926
    },
    {
      "user": "ateucher",
      "count": 2,
      "uuid": 2816635
    },
    {
      "user": "maelle",
      "count": 2,
      "uuid": 8360597
    },
    {
      "user": "gitbutler-client",
      "count": 1,
      "uuid": 132921372
    }
  ],
  "_userbio": {
    "uuid": 273926,
    "type": "user",
    "name": "Colin Rundel",
    "description": "Associate Professor of the Practice, Department of Statistical Science, Duke University\r\n\r\nR and computing enthusiast"
  },
  "_downloads": {
    "count": 1696,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parsermd"
  },
  "_devurl": "https://github.com/rundel/parsermd",
  "_pkgdown": "https://rundel.github.io/parsermd/",
  "_searchresults": 67,
  "_quarto": true,
  "_topics": [
    "quarto",
    "cpp"
  ],
  "_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/parsermd.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rundel/parsermd",
  "_realowner": "rundel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-10"
    },
    {
      "version": "0.1.1",
      "date": "2021-05-19"
    },
    {
      "version": "0.1.2",
      "date": "2021-05-20"
    },
    {
      "version": "0.1.3",
      "date": "2024-01-16"
    },
    {
      "version": "0.2.0",
      "date": "2025-08-19"
    }
  ],
  "_exports": [
    "%>%",
    "as_ast",
    "as_document",
    "as_tibble",
    "by_fenced_div",
    "by_section",
    "has_code",
    "has_heading",
    "has_inline_code",
    "has_label",
    "has_option",
    "has_shortcode",
    "has_type",
    "parse_qmd",
    "parse_qmd_collection",
    "parse_rmd",
    "parse_rmd_collection",
    "render",
    "rmd_ast",
    "rmd_ast_append",
    "rmd_ast_prepend",
    "rmd_check_template",
    "rmd_chunk",
    "rmd_code_block",
    "rmd_code_block_literal",
    "rmd_extract_inline_code",
    "rmd_extract_shortcodes",
    "rmd_extract_spans",
    "rmd_fenced_div_close",
    "rmd_fenced_div_open",
    "rmd_fenced_div_wrap",
    "rmd_get_options",
    "rmd_has_inline_code",
    "rmd_has_shortcode",
    "rmd_has_span",
    "rmd_heading",
    "rmd_inline_code",
    "rmd_insert",
    "rmd_markdown",
    "rmd_modify",
    "rmd_node_attr",
    "rmd_node_attr<-",
    "rmd_node_code",
    "rmd_node_content",
    "rmd_node_content<-",
    "rmd_node_depth",
    "rmd_node_engine",
    "rmd_node_label",
    "rmd_node_label<-",
    "rmd_node_length",
    "rmd_node_options",
    "rmd_node_options<-",
    "rmd_node_sections",
    "rmd_node_set_attr",
    "rmd_node_set_content",
    "rmd_node_set_label",
    "rmd_node_set_options",
    "rmd_node_type",
    "rmd_raw_chunk",
    "rmd_select",
    "rmd_set_options",
    "rmd_shortcode",
    "rmd_source",
    "rmd_span",
    "rmd_template",
    "rmd_yaml"
  ],
  "_help": [
    {
      "page": "as_ast",
      "title": "Convert an object into an 'rmd_ast'.",
      "topics": [
        "as_ast"
      ]
    },
    {
      "page": "as_document",
      "title": "Convert an 'rmd_ast', 'rmd_tibble', or any ast node into text.",
      "topics": [
        "as_document"
      ]
    },
    {
      "page": "chunk_options",
      "title": "Get and set code chunk options",
      "topics": [
        "chunk_options",
        "rmd_get_options",
        "rmd_set_options"
      ]
    },
    {
      "page": "inline_code_utils",
      "title": "Inline code detection and extraction utilities",
      "topics": [
        "inline_code_utils",
        "rmd_extract_inline_code",
        "rmd_has_inline_code"
      ]
    },
    {
      "page": "parse_collection",
      "title": "Parse a collection of R Markdown or Quarto document",
      "topics": [
        "parse_collection",
        "parse_qmd_collection",
        "parse_rmd_collection"
      ]
    },
    {
      "page": "parse_rmd",
      "title": "Parse an R Markdown or Quarto document",
      "topics": [
        "parse_qmd",
        "parse_rmd"
      ]
    },
    {
      "page": "render",
      "title": "Render 'parsermd' objects",
      "topics": [
        "render"
      ]
    },
    {
      "page": "rmd_ast_append",
      "title": "Append or preprend nodes to an ast",
      "topics": [
        "rmd_ast_append",
        "rmd_ast_prepend"
      ]
    },
    {
      "page": "rmd_check_template",
      "title": "Check an Rmd against a template",
      "topics": [
        "rmd_check_template"
      ]
    },
    {
      "page": "rmd_chunk",
      "title": "Code chunk node",
      "topics": [
        "rmd_chunk"
      ]
    },
    {
      "page": "rmd_classes_s7",
      "title": "S7 Class Definitions for RMD Nodes",
      "topics": [
        "rmd_ast",
        "rmd_classes_s7",
        "rmd_node",
        "rmd_yaml"
      ]
    },
    {
      "page": "rmd_code_block",
      "title": "Markdown code block node",
      "topics": [
        "rmd_code_block"
      ]
    },
    {
      "page": "rmd_code_block_literal",
      "title": "Code block literal node",
      "topics": [
        "rmd_code_block_literal"
      ]
    },
    {
      "page": "rmd_fenced_div_close",
      "title": "Closing fenced div node",
      "topics": [
        "rmd_fenced_div_close"
      ]
    },
    {
      "page": "rmd_fenced_div_open",
      "title": "Opening fenced div node",
      "topics": [
        "rmd_fenced_div_open"
      ]
    },
    {
      "page": "rmd_fenced_div_wrap",
      "title": "Wrap selected nodes with fenced divs",
      "topics": [
        "rmd_fenced_div_wrap"
      ]
    },
    {
      "page": "rmd_heading",
      "title": "Heading node",
      "topics": [
        "rmd_heading"
      ]
    },
    {
      "page": "rmd_inline_code",
      "title": "Inline code node",
      "topics": [
        "rmd_inline_code"
      ]
    },
    {
      "page": "rmd_insert",
      "title": "Insert nodes at specified locations",
      "topics": [
        "rmd_insert"
      ]
    },
    {
      "page": "rmd_markdown",
      "title": "Markdown text node",
      "topics": [
        "rmd_markdown"
      ]
    },
    {
      "page": "rmd_modify",
      "title": "Modify nodes of an Rmd ast",
      "topics": [
        "rmd_modify"
      ]
    },
    {
      "page": "rmd_node_depth",
      "title": "Calculate nesting depth for each node in an R Markdown AST",
      "topics": [
        "rmd_node_depth"
      ]
    },
    {
      "page": "rmd_node_sections",
      "title": "Find the sections for each rmd object node",
      "topics": [
        "rmd_node_sections"
      ]
    },
    {
      "page": "rmd_node_utilities",
      "title": "rmd node utility functions",
      "topics": [
        "rmd_node_attr",
        "rmd_node_attr<-",
        "rmd_node_attr<-.default",
        "rmd_node_attr<-.rmd_node",
        "rmd_node_code",
        "rmd_node_content",
        "rmd_node_content<-",
        "rmd_node_content<-.default",
        "rmd_node_content<-.rmd_chunk",
        "rmd_node_content<-.rmd_code_block",
        "rmd_node_content<-.rmd_code_block_literal",
        "rmd_node_content<-.rmd_markdown",
        "rmd_node_content<-.rmd_raw_chunk",
        "rmd_node_engine",
        "rmd_node_label",
        "rmd_node_label<-",
        "rmd_node_label<-.default",
        "rmd_node_label<-.rmd_chunk",
        "rmd_node_length",
        "rmd_node_options",
        "rmd_node_options<-",
        "rmd_node_options<-.default",
        "rmd_node_options<-.rmd_chunk",
        "rmd_node_set_attr",
        "rmd_node_set_content",
        "rmd_node_set_label",
        "rmd_node_set_options",
        "rmd_node_type",
        "rmd_node_utilities"
      ]
    },
    {
      "page": "rmd_raw_chunk",
      "title": "Raw chunk node",
      "topics": [
        "rmd_raw_chunk"
      ]
    },
    {
      "page": "rmd_select",
      "title": "Select nodes of an Rmd ast",
      "topics": [
        "rmd_select"
      ]
    },
    {
      "page": "rmd_select_helpers",
      "title": "Rmd selection helper functions",
      "topics": [
        "by_fenced_div",
        "by_section",
        "has_code",
        "has_heading",
        "has_inline_code",
        "has_label",
        "has_option",
        "has_shortcode",
        "has_type",
        "rmd_select_helpers"
      ]
    },
    {
      "page": "rmd_shortcode",
      "title": "Shortcode node",
      "topics": [
        "rmd_shortcode"
      ]
    },
    {
      "page": "rmd_source",
      "title": "Source the code chunks of an Rmd document",
      "topics": [
        "rmd_source"
      ]
    },
    {
      "page": "rmd_span",
      "title": "Span node",
      "topics": [
        "rmd_span"
      ]
    },
    {
      "page": "rmd_template",
      "title": "Create a template from an 'rmd' object.",
      "topics": [
        "rmd_template"
      ]
    },
    {
      "page": "shortcode_utils",
      "title": "Shortcode detection and extraction utilities",
      "topics": [
        "rmd_extract_shortcodes",
        "rmd_has_shortcode",
        "shortcode_utils"
      ]
    },
    {
      "page": "span_utils",
      "title": "Span detection and extraction utilities",
      "topics": [
        "rmd_extract_spans",
        "rmd_has_span",
        "span_utils"
      ]
    }
  ],
  "_readme": "https://github.com/rundel/parsermd/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "BH",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "hms",
    "htmltools",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "purrr",
    "quarto",
    "R6",
    "rappdirs",
    "Rcpp",
    "readr",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "S7",
    "sass",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "xfun",
    "yaml"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "assignment-with-key.qmd",
      "filename": "assignment-with-key.html",
      "title": "Example - Assignment with Key",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-10 12:49:38",
      "modified": "2025-08-10 13:24:59",
      "commits": 2
    },
    {
      "source": "parsermd.qmd",
      "filename": "parsermd.html",
      "title": "Getting Started",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-08 17:39:31",
      "modified": "2025-08-10 13:24:59",
      "commits": 2
    },
    {
      "source": "know-your-nodes.qmd",
      "filename": "know-your-nodes.html",
      "title": "Know your nodes",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-08 17:23:32",
      "modified": "2025-08-19 00:47:22",
      "commits": 4
    },
    {
      "source": "editing-documents.qmd",
      "filename": "editing-documents.html",
      "title": "Modifying Rmd and Quarto Documents",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-19 00:47:22",
      "modified": "2025-08-19 00:47:22",
      "commits": 1
    },
    {
      "source": "templates.qmd",
      "filename": "templates.html",
      "title": "Rmd Templates",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-08-08 17:39:31",
      "modified": "2025-08-10 13:24:59",
      "commits": 2
    }
  ],
  "_score": 9.693690290812357,
  "_indexed": true,
  "_nocasepkg": "parsermd",
  "_universes": [
    "rundel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:57:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "05f2ba4c1604b7116f3d817a206ba406283b4e648f877c84d8d7d2aad733b206",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:56:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "c6f6464d4aa3d4c2e911fe222b029eb563adf8a6e6ca127632e6a46259d33981",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:57:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "5c9dff007fc056fb35cdd508c8a7583b18690659b4cc4ff07176d2ec176b256d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:57:14.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "59c3ab62ffa6a084f58860c178d37f0711f1ea98388a04c0c0cc41df88e5d9c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-02T11:00:41.000Z",
      "arch": "aarch64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "3dd02e8cddc5b021e66b1d3342648a2881d4a19e50a88242fcc6390c53d3a8ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:58:21.000Z",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "779b6497de6896b9d2c6878f47b9813bb4ec9b040699f1f984f6a299d6251403",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:59:52.000Z",
      "arch": "aarch64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "1cda74fbdcc14f7e9da42561a13de9b16ce8daf622d2a81385aa6503886eca48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-02T11:05:43.000Z",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "6a48ccc162a3ddd326393fe0da6913e3d2f09662b90ba31cafae5158d12531c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:57:11.000Z",
      "arch": "emscripten",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "e8e365b2804b520be0c6dd9110c8c455bcbd8459a7c81878051ac6bf69a3a585",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:56:28.000Z",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "bd2ddf667ef3b660c5c130bc5677651fd1d80a6e6d39f7cc42e5a21866055c4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:56:16.000Z",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "559c52df46911140c6fbb359603009d9d71813e55fb686c976e619b3ce97ed6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-02T10:56:34.000Z",
      "arch": "x86_64",
      "commit": "23583a55fcee8d4a4bff88b213c3c465b8e6cbb5",
      "fileid": "954841c592b5aaefb72aca1028322afe0107bb52425848a7ff5482957d7325e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26814938741"
    }
  ]
}