-
-
Notifications
You must be signed in to change notification settings - Fork 280
/
DESCRIPTION
58 lines (58 loc) · 3.05 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: xaringan
Type: Package
Title: Presentation Ninja
Version: 0.30.1
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
# contributors ordered alphabetically below
person("Alessandro", "Gasparini", role = "ctb", comment = c(ORCID = "0000-0002-8319-7624")),
person("Benjie", "Gillam", role = "ctb"),
person("Claus Thorn", "Ekstrøm", role = "ctb"),
person("Daniel", "Anderson", role = "ctb"),
person("Dawei", "Lang", role = "ctb"),
person("Deo", "Salil", role = "ctb"),
person("Emi", "Tanaka", role = "ctb"),
person("Garrick", "Aden-Buie", role = "ctb", comment = c(ORCID = "0000-0002-7111-0077")),
person("Iñaki", "Ucar", role = "ctb", comment = c(ORCID = "0000-0001-6403-5550")),
person("John", "Little", role = "ctb"),
person("Joselyn", "Chávez", role = "ctb", comment = c(ORCID = "0000-0002-4974-4591")),
person("Joseph", "Casillas", role = "ctb"),
person("JooYoung", "Seo", role = "ctb", comment = c(ORCID = "0000-0002-4064-6012")),
person("Lucy", "D'Agostino McGowan", role = "ctb", comment = c(ORCID = "0000-0001-7297-9359")),
person("Malcolm", "Barrett", role = "ctb", comment = c(ORCID = "0000-0003-0299-5825")),
person(c("Matthew", "Mark"), "Strasiotto", role = "ctb", comment = c(github = "mstr3336")),
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("Orlando", "Olaya Bucaro", role = "ctb"),
person("Patrick", "Schratz", role = "ctb"),
person("Paul", "Klemm", role = "ctb", comment = c(ORCID = "0000-0002-5985-1737")),
person("Paul", "Lemmens", role = "ctb"),
person("Robert", "Fromont", role = "ctb", email = "robert.fromont@canterbury.ac.nz", comment = c(ORCID = "0000-0001-5271-5487")),
person("Sean", "Lopp", role = "ctb"),
person("Silvia", "Canelon", role = "ctb", comment = c(ORCID = "0000-0003-1709-1394")),
person("Susan", "VanderPlas", role = "ctb", comment = c(ORCID = "0000-0002-3803-0972")),
person("Tuo", "Wang", role = "ctb"),
person("Waldir", "Leoncio", role = "ctb", email = "w.l.netto@medisin.uio.no"),
person("Yongfu", "Liao", role = "ctb"),
person("Yue", "Jiang", role = "ctb", comment = c(ORCID = "0000-0002-9798-5517")),
person(c("Zhian", "N."), "Kamvar", role = c("ctb"), email = "zkamvar@gmail.com", comment = c(ORCID = "0000-0003-1458-7108")),
person()
)
Description: Create HTML5 slides with R Markdown and the JavaScript library
'remark.js' (<https://remarkjs.com>).
Depends: R (>= 3.5.0)
Imports:
htmltools,
knitr (>= 1.30),
servr (>= 0.30),
xfun (>= 0.18),
rmarkdown (>= 2.8)
Suggests: rstudioapi, jsonlite, testit
License: MIT + file LICENSE
URL: https://github.com/yihui/xaringan
BugReports: https://github.com/yihui/xaringan/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1