-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 1.48 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: quarto
Title: R Interface to 'Quarto' Markdown Publishing System
Version: 1.5.1.9002
Authors@R: c(
person("JJ", "Allaire", , "jj@posit.co", role = "aut",
comment = c(ORCID = "0000-0003-0174-9868")),
person("Christophe", "Dervieux", , "cderv@posit.co", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-4474-2498")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Gordon", "Woodhull", role = "ctb")
)
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
variety of output formats using 'Quarto'.
License: MIT + file LICENSE
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 (>= 4.1.0)
Imports:
cli,
fs,
htmltools,
jsonlite,
later,
lifecycle,
processx,
rlang,
rmarkdown,
rstudioapi,
tools,
utils,
xfun,
yaml (>= 2.3.10)
Suggests:
bslib,
callr,
curl,
dplyr,
flextable,
ggiraph,
ggplot2,
gt,
heatmaply,
kableExtra,
knitr,
palmerpenguins,
patchwork,
pkgload,
plotly,
rsconnect (>= 0.8.26),
testthat (>= 3.1.7),
thematic,
tidyverse,
tinytable,
whoami,
withr
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: Quarto command line tool
(<https://github.com/quarto-dev/quarto-cli>).