-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
23 lines (23 loc) · 908 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: rolldown
Type: Package
Title: R Markdown Output Formats for Storytelling
Version: 0.2
Authors@R: c(
person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0645-5666", URL = "https://yihui.org")),
person("Siqi", "Zhang", email = "iqis.gnahz@gmail.com", role = c("ctb")),
person("Russell", "Goldenberg", role = "ctb", comment = "The JS library inst/resources/scrollama/scrollama.min.js"),
person()
)
Description: R Markdown output formats based on JavaScript libraries such as
'Scrollama' (<https://github.com/russellsamora/scrollama>) for storytelling.
Imports: htmltools, bookdown, jsonlite
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/yihui/rolldown
BugReports: https://github.com/yihui/rolldown/issues
Roxygen: list(markdown = TRUE)