-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.14 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
Package: babelquarto
Title: Renders a Multilingual Quarto Book
Version: 0.0.0.9000
Authors@R: c(
person("Maëlle", "Salmon", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-2815-0399")),
person("Johannes", "Ranke", role = "ctb"),
person("Joel H.", "Nitta", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4719-7472")),
person("Pascal", "Burkhard", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0001-5504-5084"))
)
Description: Automate rendering and cross-linking of Quarto books following a
prescribed structure.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet"))
RoxygenNote: 7.3.2
Imports:
brio,
cli,
fs,
purrr,
quarto,
rlang,
sys,
whoami,
withr,
xml2,
yaml
Suggests:
servr,
testthat (>= 3.0.0)
URL: https://github.com/ropensci-review-tools/babelquarto
BugReports: https://github.com/ropensci-review-tools/babelquarto/issues
Config/testthat/edition: 3
VignetteBuilder:
quarto