-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
44 lines (44 loc) · 1.15 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
Package: quarto
Title: R Interface to 'Quarto' Markdown Publishing System
Version: 1.4.4.9003
Authors@R: c(
person("JJ", "Allaire", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0174-9868")),
person("Christophe", "Dervieux", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-4474-2498")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
variety of output formats using 'Quarto'.
License: GPL (>= 2)
URL: https://github.com/quarto-dev/quarto-r,
https://quarto-dev.github.io/quarto-r/
BugReports: https://github.com/quarto-dev/quarto-r/issues
Depends:
R (>= 3.6)
Imports:
cli,
jsonlite,
later,
processx,
rlang,
rmarkdown,
rstudioapi,
tools,
utils,
yaml
Suggests:
curl,
knitr,
rsconnect (>= 0.8.26),
testthat (>= 3.1.7),
withr,
xfun
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Quarto command line tool
(<https://github.com/quarto-dev/quarto-cli>).