{
  "_id": "6a29220a732311cd8759ce33",
  "Package": "parsermd",
  "Title": "Formal Parser and Related Tools for R Markdown Documents",
  "Version": "0.1.2.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.1.1",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "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://statnmap.r-universe.dev",
  "Date/Publication": "2023-09-18 09:00:10 UTC",
  "RemoteUrl": "https://github.com/statnmap/parsermd",
  "RemoteRef": "nocpp",
  "RemoteSha": "7547919e605258b5d065f6bd65f98296986e2857",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-10 08:12:33 UTC",
    "User": "root"
  },
  "Author": "Colin Rundel [aut, cre]",
  "Maintainer": "Colin Rundel <rundel@gmail.com>",
  "MD5sum": "83d1b72bcd79484f3dc6efcb3894a63e",
  "_user": "statnmap",
  "_type": "src",
  "_file": "parsermd_0.1.2.9000.tar.gz",
  "_fileid": "c2e9dc8560c43a9f613cbda78f0695936f3825c3f2729aa8d95efc840c4242c0",
  "_filesize": 222898,
  "_sha256": "c2e9dc8560c43a9f613cbda78f0695936f3825c3f2729aa8d95efc840c4242c0",
  "_created": "2026-06-10T08:12:33.000Z",
  "_published": "2026-06-10T08:36:26.430Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80512079439,
      "time": 162,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530151061"
    },
    {
      "job": 80512079365,
      "time": 173,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530152949"
    },
    {
      "job": 80512079449,
      "time": 160,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530149608"
    },
    {
      "job": 80512079389,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530148957"
    },
    {
      "job": 80512079324,
      "time": 138,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530426709"
    },
    {
      "job": 80512079400,
      "time": 473,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530590987"
    },
    {
      "job": 80512079399,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530464857"
    },
    {
      "job": 80512079329,
      "time": 240,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530494559"
    },
    {
      "job": 80511380526,
      "time": 236,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530092098"
    },
    {
      "job": 80512079420,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530143791"
    },
    {
      "job": 80512079355,
      "time": 179,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530155646"
    },
    {
      "job": 80512079404,
      "time": 174,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530154100"
    },
    {
      "job": 80512079456,
      "time": 134,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530139363"
    }
  ],
  "_buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/statnmap/parsermd",
  "_commit": {
    "id": "7547919e605258b5d065f6bd65f98296986e2857",
    "author": "StatnMap <sebastien@thinkr.fr>",
    "committer": "StatnMap <sebastien@thinkr.fr>",
    "message": "doc: add section in pkgdown\n",
    "time": 1695027610
  },
  "_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": ">= 3.5.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",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "statnmap",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "rundel",
      "count": 270,
      "uuid": 273926
    },
    {
      "user": "maelle",
      "count": 2,
      "uuid": 8360597
    }
  ],
  "_userbio": {
    "uuid": 21193866,
    "type": "user",
    "name": "Sébastien Rochette",
    "description": "I like the R-software and everything around it. I love documentation first method, TDD and devOps to develop new tools."
  },
  "_downloads": {
    "count": 1683,
    "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,
  "_topics": [
    "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": false,
  "_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_section",
    "has_label",
    "has_option",
    "has_type",
    "parse_rmd",
    "render",
    "rmd_check_template",
    "rmd_get_chunk",
    "rmd_get_markdown",
    "rmd_get_node",
    "rmd_get_options",
    "rmd_has_chunk",
    "rmd_has_markdown",
    "rmd_has_node",
    "rmd_node_attr",
    "rmd_node_code",
    "rmd_node_content",
    "rmd_node_engine",
    "rmd_node_label",
    "rmd_node_length",
    "rmd_node_options",
    "rmd_node_sections",
    "rmd_node_type",
    "rmd_select",
    "rmd_set_options",
    "rmd_source",
    "rmd_subset",
    "rmd_template"
  ],
  "_help": [
    {
      "page": "parsermd-package",
      "title": "Stuff",
      "topics": [
        "parsermd-package",
        "parsermd"
      ]
    },
    {
      "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": "parse_rmd",
      "title": "Parse an R Markdown document",
      "topics": [
        "parse_rmd"
      ]
    },
    {
      "page": "render",
      "title": "Render 'parsermd' objects using 'rmarkdown::render()'",
      "topics": [
        "render"
      ]
    },
    {
      "page": "rmd_check_template",
      "title": "Check an Rmd against a template",
      "topics": [
        "rmd_check_template"
      ]
    },
    {
      "page": "rmd_node",
      "title": "rmd node utility functions",
      "topics": [
        "rmd_node",
        "rmd_node_attr",
        "rmd_node_code",
        "rmd_node_content",
        "rmd_node_engine",
        "rmd_node_label",
        "rmd_node_length",
        "rmd_node_options",
        "rmd_node_type"
      ]
    },
    {
      "page": "rmd_node_sections",
      "title": "Find the sections for each rmd object node",
      "topics": [
        "rmd_node_sections"
      ]
    },
    {
      "page": "rmd_select",
      "title": "Select nodes of an Rmd ast",
      "topics": [
        "rmd_select"
      ]
    },
    {
      "page": "rmd_select_helpers",
      "title": "Rmd selection helper functions",
      "topics": [
        "by_section",
        "has_label",
        "has_option",
        "has_type",
        "rmd_select_helpers"
      ]
    },
    {
      "page": "rmd_source",
      "title": "Source the code chunks of an Rmd document",
      "topics": [
        "rmd_source"
      ]
    },
    {
      "page": "rmd_subset",
      "title": "Subset the nodes of an rmd object",
      "topics": [
        "rmd_subset"
      ]
    },
    {
      "page": "rmd_subset_util",
      "title": "rmd_subset utility functions",
      "topics": [
        "rmd_get_chunk",
        "rmd_get_markdown",
        "rmd_get_node",
        "rmd_has_chunk",
        "rmd_has_markdown",
        "rmd_has_node",
        "rmd_subset_util"
      ]
    },
    {
      "page": "rmd_template",
      "title": "Create a template from an 'rmd' object.",
      "topics": [
        "rmd_template"
      ]
    }
  ],
  "_readme": "https://github.com/statnmap/parsermd/raw/nocpp/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",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "readr",
    "rlang",
    "rmarkdown",
    "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": "parsermd.Rmd",
      "filename": "parsermd.html",
      "title": "Getting Started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "parsermd",
        "Installation",
        "Parsing Rmds",
        "Working with the AST",
        "Wildcards",
        "ast as a tibble"
      ],
      "created": "2020-09-07 13:53:58",
      "modified": "2021-07-12 15:00:34",
      "commits": 9
    },
    {
      "source": "templates.Rmd",
      "filename": "templates.html",
      "title": "Rmd Templates",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example - hw01",
        "Constructing a template",
        "Using a template",
        "Revising a template"
      ],
      "created": "2020-09-07 13:55:18",
      "modified": "2021-04-27 13:18:10",
      "commits": 4
    }
  ],
  "_score": 5.006401428115975,
  "_indexed": false,
  "_nocasepkg": "parsermd",
  "_universes": [
    "statnmap"
  ],
  "_indexurl": "https://rundel.r-universe.dev/parsermd",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "c9da51b9dbc73566faa2a2cc12465695354aa934769c8a3afc71a723a95a376f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:22.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "91ee53b2059fc1ef838b62a8b7a100aa85670f9f569a122b693c95b9a95c1386",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "583a3a443f9a2ec2f0d19b4ab45aa5b23385ed794fcae29aca2b274649b82976",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:11.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "f17ef61c408355e9296708b7dcec16ca2aa6c59f5b9a9466c8f8beca1a828ddd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:27:51.000Z",
      "arch": "aarch64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "fde0e42bb41ec1812d66d84fea1c51cf3bd4ae6c0c2a3f0027ada5af64cae1c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:32:15.000Z",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "c5ae5926e21fc4cd78adb947a5c32f45462c8fd7780e674ab73411956aec73c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:29:24.000Z",
      "arch": "aarch64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "e7004a93d05413eeb4b8b28c42c362c600adb8dc2ddcdee0c0351f64640d21d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:30:19.000Z",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "57d398db4dd9e781e2b0c708e63641bebf1d6956eb47cf0f3fa5ca1f0e19d212",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:22.000Z",
      "arch": "emscripten",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "b127b3e1797e22163c5f3a301d1ee1dc0d945137ebf932e9c1187f0cef71c1e9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:14:56.000Z",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "6e88cd47df84ff6de085f28fa2e21fe191f890b7cf368f4ca16f3825cbf2d06b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:15:04.000Z",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "2cf8d52bf3dba4c7b48aaba8e951e56066b9c766eb0d32a827f09a4c67407556",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-10T08:14:16.000Z",
      "arch": "x86_64",
      "commit": "7547919e605258b5d065f6bd65f98296986e2857",
      "fileid": "45f99b4079a6d36a5f29e9f5117c64fe69bb5e813bec93330a217c6a6b8c13af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/statnmap/actions/runs/27262470511"
    }
  ]
}