Package: parsermd
Title: Formal Parser and Related Tools for R Markdown Documents
Version: 0.2.0
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
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
NeedsCompilation: yes
Packaged: 2025-08-19 14:18:59 UTC; rundel
Author: Colin Rundel [aut, cre]
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-19 15:30:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 05:00:06 UTC; windows
Archs: x64
