-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
31 lines (31 loc) · 908 Bytes
/
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
Package: lightparser
Title: From 'Rmarkdown' and 'Quarto' Files to Tibble and Back
Version: 0.1.0.9000
Authors@R: c(
person("Sebastien", "Rochette", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1565-9313")),
person("ThinkR", role = "cph")
)
Description: Split your 'rmarkdown' or 'quarto' files by sections into a
tibble: titles, text, chunks. Rebuild the file from the tibble.
License: MIT + file LICENSE
URL: https://github.com/ThinkR-open/lightparser,
https://thinkr-open.github.io/lightparser/
BugReports: https://github.com/ThinkR-open/lightparser/issues
Imports:
knitr (>= 1.35),
rlang,
tibble,
utils,
yaml
Suggests:
callr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/fusen/version: 0.6.0
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1