forked from quarto-dev/quarto-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 905 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
Package: quarto
Title: R Interface to 'Quarto' Markdown Publishing System
Version: 1.2.0.9000
Authors@R:
person(given = "JJ",
family = "Allaire",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0174-9868"))
Description: Convert R Markdown documents and 'Jupyter' notebooks to a variety of
output formats using 'Quarto'.
Imports: utils,rmarkdown,jsonlite,yaml,processx,rstudioapi,later,rsconnect (>= 0.8.26)
Suggests:
knitr,
testthat (>= 3.1.0)
SystemRequirements: Quarto command line tools (https://github.com/quarto-dev/quarto-cli).
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
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr