Package: parsermd Title: Formal Parser and Related Tools for R Markdown Documents Version: 0.2.0.9000 Authors@R: person(given = "Colin", family = "Rundel", role = c("aut", "cre"), email = "rundel@gmail.com") Description: An implementation of a formal grammar and parser for R Markdown documents using the Boost Spirit X3 library. It also includes a collection of high level functions for working with the resulting abstract syntax tree. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: purrr, Rcpp, cli (>= 2.5.0), checkmate, readr, tidyr, dplyr, tibble, yaml, withr, rmarkdown, pillar, rlang, magrittr, tidyselect (>= 1.2.0), fs, quarto, S7 RoxygenNote: 7.3.2 SystemRequirements: C++17 LinkingTo: Rcpp, BH Suggests: testthat (>= 3.0.0), knitr, styler, stringr Config/testthat/edition: 3 VignetteBuilder: quarto URL: https://rundel.github.io/parsermd/, https://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: 2026-06-02 10:54:16 UTC; root Author: Colin Rundel [aut, cre] Maintainer: Colin Rundel