-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 925 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
32
33
34
35
36
37
38
39
40
41
42
Package: squash
Title: Several Quarto As Single HTML
Version: 1.0.0
Authors@R: c(
person("Antoine", "Languillaume", , "antoine@thinkr.fr", role = c("aut", "cre")),
person("Colin", "Fay", , "colin@thinkr.fr", role = "aut"),
person("Swann", "Floc'hlay", , "swann@thinkr.fr", role = "aut")
)
Description: Compile n .qmd (under format revealjs) to one single html
file.
License: MIT + file LICENSE
URL: https://thinkr-open.github.io/squash/,
https://github.com/ThinkR-open/squash
Imports:
cli,
dplyr,
fs,
furrr,
future,
htmltools,
progressr,
purrr,
quarto,
rvest,
stats,
tools,
utils,
yaml
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat,
yesno
VignetteBuilder:
knitr
Config/fusen/version: 0.6.0
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: quarto (>=1.3.0)