Package: parsermd Title: Formal Parser and Related Tools for R Markdown Documents Version: 0.1.2.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 (>= 3.5.0) Imports: purrr, Rcpp, cli (>= 2.5.0), checkmate, readr, tidyr, dplyr, tibble, yaml, withr, rmarkdown, pillar, rlang, magrittr, tidyselect, lifecycle RoxygenNote: 7.1.1 LinkingTo: Rcpp, BH Suggests: testthat (>= 3.0.0), knitr Config/testthat/edition: 3 VignetteBuilder: knitr 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://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: 2026-06-10 08:12:33 UTC; root Author: Colin Rundel [aut, cre] Maintainer: Colin Rundel