-
Notifications
You must be signed in to change notification settings - Fork 85
/
DESCRIPTION
35 lines (35 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
Type: Package
Package: revealjs
Title: R Markdown Format for 'reveal.js' Presentations
Version: 0.9.1.9007
Date: 2017-03-13
Authors@R: c(
person("Christophe", "Dervieux", , "[email protected]", role = "cre"),
person("JJ", "Allaire", , "[email protected]", role = c("aut")),
person("Hakim", "El Hattab", role = c("aut", "cph"),
comment = "reveal.js, https://github.com/hakimel/reveal.js"),
person("Asvin", "Goel", , "[email protected]", role = c("ctb", "cph"),
comment = "chalkboard plugin"),
person("Greg", "Denehy", role = c("ctb", "cph"),
comment = "menu plugin"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: R Markdown format for 'reveal.js' presentations, a framework
for easily creating beautiful presentations using HTML.
License: MIT + file LICENSE
URL: https://github.com/rstudio/revealjs
BugReports: https://github.com/rstudio/revealjs/issues
Depends:
R (>= 3.0)
Imports:
rmarkdown (>= 1.7)
Suggests:
bslib,
testthat (>= 3.0.0),
withr (>= 2.4.2),
xfun (>= 0.21),
xml2
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3