Package: parsermd
Title: Formal Parser and Related Tools for R Markdown Documents
Version: 0.1.3
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 (>= 3.5.0)
Imports: purrr, Rcpp, cli (>= 2.5.0), checkmate, readr, tidyr, dplyr,
        tibble, yaml, withr, rmarkdown, pillar, rlang, magrittr,
        tidyselect (>= 1.2.0), lifecycle
RoxygenNote: 7.3.0
SystemRequirements: C++17
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
NeedsCompilation: yes
Packaged: 2024-01-16 15:49:23 UTC; rundel
Author: Colin Rundel [aut, cre]
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-16 16:20:02 UTC
