-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 = "[email protected]")
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 (>= 1.2.0),
lifecycle,
fs,
quarto
RoxygenNote: 7.3.2
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