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 | 8afae13 | 2021-12-06 15:16:42 +0100 | [diff] [blame] | 4 | Version: 0.9.1.9007 |
JJ Allaire | dff0c72 | 2017-03-13 10:41:53 -0400 | [diff] [blame] | 5 | Date: 2017-03-13 |
Christophe Dervieux | 1902926 | 2023-03-24 17:22:52 +0100 | [diff] [blame] | 6 | Authors@R: c( |
| 7 | person("Christophe", "Dervieux", , "cderv@posit.co", role = "cre"), |
| 8 | person("JJ", "Allaire", , "jj@posit.co", role = c("aut")), |
| 9 | person("Hakim", "El Hattab", role = c("aut", "cph"), |
| 10 | comment = "reveal.js, https://github.com/hakimel/reveal.js"), |
| 11 | person("Asvin", "Goel", , "goel@telematique.eu", role = c("ctb", "cph"), |
| 12 | comment = "chalkboard plugin"), |
| 13 | person("Greg", "Denehy", role = c("ctb", "cph"), |
| 14 | comment = "menu plugin"), |
| 15 | person("Posit Software, PBC", role = c("cph", "fnd")) |
| 16 | ) |
Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame] | 17 | Description: R Markdown format for 'reveal.js' presentations, a framework |
| 18 | for easily creating beautiful presentations using HTML. |
JJ Allaire | 540f402 | 2016-01-30 14:46:01 -0500 | [diff] [blame] | 19 | License: MIT + file LICENSE |
JJ Allaire | 309bc7d | 2016-01-30 19:17:54 -0500 | [diff] [blame] | 20 | URL: https://github.com/rstudio/revealjs |
| 21 | BugReports: https://github.com/rstudio/revealjs/issues |
JJ Allaire | 2ec4024 | 2014-09-15 09:18:39 -0400 | [diff] [blame] | 22 | Depends: |
| 23 | R (>= 3.0) |
| 24 | Imports: |
christophe dervieux | 062940d | 2021-09-21 16:26:14 +0200 | [diff] [blame] | 25 | rmarkdown (>= 1.7) |
JJ Allaire | 6da1bb6 | 2016-01-30 14:28:39 -0500 | [diff] [blame] | 26 | Suggests: |
Christophe Dervieux | b227fd0 | 2021-09-15 16:20:27 +0200 | [diff] [blame] | 27 | bslib, |
Christophe Dervieux | aa008e4 | 2021-09-23 16:52:37 +0200 | [diff] [blame] | 28 | testthat (>= 3.0.0), |
Christophe Dervieux | 1902926 | 2023-03-24 17:22:52 +0100 | [diff] [blame] | 29 | withr (>= 2.4.2), |
| 30 | xfun (>= 0.21), |
| 31 | xml2 |
| 32 | Config/testthat/edition: 3 |
Christophe Dervieux | 21239cf | 2021-09-15 15:34:01 +0200 | [diff] [blame] | 33 | Encoding: UTF-8 |
JJ Allaire | 35c0b49 | 2017-02-10 09:30:24 -0500 | [diff] [blame] | 34 | Roxygen: list(markdown = TRUE) |
Christophe Dervieux | 1902926 | 2023-03-24 17:22:52 +0100 | [diff] [blame] | 35 | RoxygenNote: 7.2.3 |