Package: parsermd
Title: Formal Parser and Related Tools for R Markdown Documents
Version: 0.1.2
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, lifecycle
RoxygenNote: 7.1.1
SystemRequirements: C++14
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: 2021-05-20 10:31:20 UTC; rundel
Author: Colin Rundel [aut, cre]
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-20 15:00:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-04-13 03:56:17 UTC; unix
Archs: parsermd.so.dSYM
