blob: 2593d426e5130bcb9b6d320f09dc48dfd65431f0 [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 Dervieuxe1893ae2021-10-07 17:09:02 +02004Version: 0.9.1.9006
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"),
Christophe Dervieuxe1893ae2021-10-07 17:09:02 +020010 comment = "reveal.js, https://github.com/hakimel/reveal.js"),
Christophe Dervieux21239cf2021-09-15 15:34:01 +020011 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"),
Christophe Dervieuxb6440992021-10-07 17:36:39 +020024 person(given = "Christophe",
25 family = "Dervieux",
26 role = c("ctb"),
27 email = "cderv@rstudio.com"),
Christophe Dervieux21239cf2021-09-15 15:34:01 +020028 person(family = "RStudio",
29 role = "cph"))
30Description: R Markdown format for 'reveal.js' presentations, a framework
31 for easily creating beautiful presentations using HTML.
JJ Allaire540f4022016-01-30 14:46:01 -050032License: MIT + file LICENSE
JJ Allaire309bc7d2016-01-30 19:17:54 -050033URL: https://github.com/rstudio/revealjs
34BugReports: https://github.com/rstudio/revealjs/issues
JJ Allaire2ec40242014-09-15 09:18:39 -040035Depends:
36 R (>= 3.0)
37Imports:
christophe dervieux062940d2021-09-21 16:26:14 +020038 rmarkdown (>= 1.7)
JJ Allaire6da1bb62016-01-30 14:28:39 -050039Suggests:
Christophe Dervieuxaa008e42021-09-23 16:52:37 +020040 xfun (>= 0.21),
41 xml2,
Christophe Dervieuxb227fd02021-09-15 16:20:27 +020042 bslib,
Christophe Dervieuxaa008e42021-09-23 16:52:37 +020043 testthat (>= 3.0.0),
44 withr (>= 2.4.2)
Christophe Dervieux21239cf2021-09-15 15:34:01 +020045Encoding: UTF-8
JJ Allaire35c0b492017-02-10 09:30:24 -050046Roxygen: list(markdown = TRUE)
Christophe Dervieux21239cf2021-09-15 15:34:01 +020047RoxygenNote: 7.1.2
christophe dervieux1b204832021-09-16 12:25:16 +020048Config/testthat/edition: 3