| JJ Allaire | 2ec4024 | 2014-09-15 09:18:39 -0400 | [diff] [blame] | 1 | Type: Package | 
| Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame^] | 2 | Package: revealjs | 
| JJ Allaire | 9a48590 | 2016-01-30 20:40:26 -0500 | [diff] [blame] | 3 | Title: R Markdown Format for 'reveal.js' Presentations | 
| Christophe Dervieux | d5dc8e9 | 2021-07-26 14:50:53 +0200 | [diff] [blame] | 4 | Version: 0.9.1 | 
| JJ Allaire | dff0c72 | 2017-03-13 10:41:53 -0400 | [diff] [blame] | 5 | Date: 2017-03-13 | 
| Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame^] | 6 | Authors@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")) | 
 | 26 | Description: R Markdown format for 'reveal.js' presentations, a framework | 
 | 27 |     for easily creating beautiful presentations using HTML. | 
| JJ Allaire | 540f402 | 2016-01-30 14:46:01 -0500 | [diff] [blame] | 28 | License: MIT + file LICENSE | 
| JJ Allaire | 309bc7d | 2016-01-30 19:17:54 -0500 | [diff] [blame] | 29 | URL: https://github.com/rstudio/revealjs | 
 | 30 | BugReports: https://github.com/rstudio/revealjs/issues | 
| JJ Allaire | 2ec4024 | 2014-09-15 09:18:39 -0400 | [diff] [blame] | 31 | Depends: | 
 | 32 |     R (>= 3.0) | 
 | 33 | Imports: | 
| JJ Allaire | 375805c | 2016-11-15 08:56:43 -0500 | [diff] [blame] | 34 |     rmarkdown (>= 1.0) | 
| JJ Allaire | 6da1bb6 | 2016-01-30 14:28:39 -0500 | [diff] [blame] | 35 | Suggests: | 
| christophe dervieux | 76d730d | 2021-09-15 15:02:02 +0200 | [diff] [blame] | 36 |     covr, | 
| JJ Allaire | 6da1bb6 | 2016-01-30 14:28:39 -0500 | [diff] [blame] | 37 |     testthat | 
| Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame^] | 38 | Encoding: UTF-8 | 
| JJ Allaire | 35c0b49 | 2017-02-10 09:30:24 -0500 | [diff] [blame] | 39 | Roxygen: list(markdown = TRUE) | 
| Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame^] | 40 | RoxygenNote: 7.1.2 |