-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
55 lines (55 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
55
Package: renderthis
Title: Render Slides to Different Formats
Version: 0.2.1
Authors@R:
c(person(given = "John",
family = "Helveston",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2657-9191")),
person(given = "Garrick",
family = "Aden-Buie",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7111-0077")),
person(given = "Bryan",
family = "Shalloway",
role = "ctb"))
Description: Render slides to different formats, including 'html', 'pdf',
'png', 'gif', 'pptx', and 'mp4', as well as a 'social' output, a 'png'
of the first slide re-sized for sharing on social media.
License: MIT + file LICENSE
URL: https://jhelvy.github.io/renderthis/,
https://github.com/jhelvy/renderthis
BugReports: https://github.com/jhelvy/renderthis/issues
Depends:
R (>= 3.4.0)
Imports:
cli (>= 3.0.0),
digest,
fs,
jsonlite,
magick (>= 2.7.1),
pagedown,
progress,
quarto,
rmarkdown,
servr (>= 0.32),
withr,
xaringan,
zip
Suggests:
av,
chromote,
knitr,
lifecycle,
officer,
pdftools,
testthat (>= 3.0.0),
webshot2
Config/testthat/edition: 3
Config/Needs/website: xaringanExtra
Encoding: UTF-8
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr