blob: 02829c9953f2b04cf004b86e516e61199520553e [file] [log] [blame]
JJ Allaire2ec40242014-09-15 09:18:39 -04001Type: Package
Christophe Dervieux21239cf2021-09-15 15:34:01 +02002Package: revealjs
JJ Allaire9a485902016-01-30 20:40:26 -05003Title: R Markdown Format for 'reveal.js' Presentations
Christophe Dervieuxd5dc8e92021-07-26 14:50:53 +02004Version: 0.9.1
JJ Allairedff0c722017-03-13 10:41:53 -04005Date: 2017-03-13
Christophe Dervieux21239cf2021-09-15 15:34:01 +02006Authors@R:
7 c(person(given = "Hakim",
8 family = "El Hattab",
9 role = c("aut", "cph"),
10 comment = "reveal.js-3.2.0, https://github.com/hakimel/reveal.js"),
11 person(given = "Asvin",
12 family = "Goel",
13 role = c("ctb", "cph"),
14 email = "goel@telematique.eu",
15 comment = "chalkboard plugin"),
16 person(given = "Greg",
17 family = "Denehy",
18 role = c("ctb", "cph"),
19 comment = "menu plugin"),
20 person(given = "JJ",
21 family = "Allaire",
22 role = c("aut", "cre"),
23 email = "jj@rstudio.com"),
24 person(family = "RStudio",
25 role = "cph"))
26Description: R Markdown format for 'reveal.js' presentations, a framework
27 for easily creating beautiful presentations using HTML.
JJ Allaire540f4022016-01-30 14:46:01 -050028License: MIT + file LICENSE
JJ Allaire309bc7d2016-01-30 19:17:54 -050029URL: https://github.com/rstudio/revealjs
30BugReports: https://github.com/rstudio/revealjs/issues
JJ Allaire2ec40242014-09-15 09:18:39 -040031Depends:
32 R (>= 3.0)
33Imports:
JJ Allaire375805c2016-11-15 08:56:43 -050034 rmarkdown (>= 1.0)
JJ Allaire6da1bb62016-01-30 14:28:39 -050035Suggests:
christophe dervieux76d730d2021-09-15 15:02:02 +020036 covr,
JJ Allaire6da1bb62016-01-30 14:28:39 -050037 testthat
Christophe Dervieux21239cf2021-09-15 15:34:01 +020038Encoding: UTF-8
JJ Allaire35c0b492017-02-10 09:30:24 -050039Roxygen: list(markdown = TRUE)
Christophe Dervieux21239cf2021-09-15 15:34:01 +020040RoxygenNote: 7.1.2