forked from rstudio/revealjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 985 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
Package: revealjs
Type: Package
Title: R Markdown Format for 'reveal.js' Presentations
Version: 0.9
Date: 2017-03-13
Authors@R: c(
person("Hakim", "El Hattab", role = c("aut", "cph"),
comment = "reveal.js-3.2.0, https://github.com/hakimel/reveal.js"),
person("Asvin", "Goel", role = c("ctb", "cph"), email = "[email protected]",
comment = "chalkboard plugin"),
person("Greg", "Denehy", role = c("ctb", "cph"),
comment = "menu plugin"),
person("JJ", "Allaire", role = c("aut", "cre"), email = "[email protected]"),
person(family = "RStudio", role = "cph")
)
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.0)
Suggests:
testthat
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)