-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 978 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 978 Bytes
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
Package: deckroadmap
Title: Roadmap Footers for 'Reveal.js' Slides in 'Quarto' and 'R Markdown'
Version: 0.1.5.9000
Authors@R:
person("Tiger", "Tang", email = "tigerloveslobsters@gmail.com", role = c("aut", "cre"))
Description: Adds section-aware roadmap footers to 'Reveal.js' slide decks
created with 'Quarto' or 'R Markdown'. The footer highlights completed,
current, and upcoming sections as slides advance. Supports multiple
visual styles, inherited section tags, roadmap-free slides, and
configurable colors, size, and positioning options.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
htmltools
Suggests:
knitr,
rmarkdown,
revealjs,
quarto,
testthat,
spelling
URL: https://github.com/CodingTigerTang/deckroadmap, https://codingtigertang.github.io/deckroadmap/
BugReports: https://github.com/CodingTigerTang/deckroadmap/issues
VignetteBuilder: knitr
Language: en-US