forked from yihui/xaringan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.72 KB
/
DESCRIPTION
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: xaringan
Type: Package
Title: Presentation Ninja
Version: 0.9.2
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person("Benjie", "Gillam", role = "ctb"),
person("Claus Thorn", "Ekstrøm", role = "ctb"),
person("Daniel", "Anderson", role = "ctb"),
person("Dawei", "Lang", role = "ctb"),
person("Garrick", "Aden-Buie", role = "ctb"),
person("John", "Little", role = "ctb"),
person("Joseph", "Casillas", role = "ctb"),
person("Michael Wayne", "Kearney", role = "ctb"),
person("Nan-Hung", "Hsieh", role = "ctb"),
person("Ole Petter", "Bang", role = "ctb", comment = "CSS in rmarkdown/templates/xaringan/resources/default.css"),
person("Patrick", "Schratz", role = "ctb"),
person("Sean", "Lopp", role = "ctb"),
person("Lucy", "D'Agostino McGowan", role = "ctb", comment = c(ORCID = "0000-0001-7297-9359")),
person("Emi", "Tanaka", role = "ctb"),
person("Yongfu", "Liao", role = "ctb"),
person("Malcolm", "Barrett", role = "ctb", comment = c(ORCID = "0000-0003-0299-5825")),
person("Alessandro", "Gasparini", role = "ctb", comment = c(ORCID = "0000-0002-8319-7624")),
person("Yue", "Jiang", role = "ctb", comment = c(ORCID = "0000-0002-9798-5517"))
)
Description: Create HTML5 slides with R Markdown and the JavaScript library
'remark.js' (<https://remarkjs.com>).
Imports:
htmltools,
knitr (>= 1.21),
servr (>= 0.13),
xfun (>= 0.5),
rmarkdown
Suggests: rstudioapi, testit
License: MIT + file LICENSE
URL: https://github.com/yihui/xaringan
BugReports: https://github.com/yihui/xaringan/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
Remotes: yihui/xfun