forked from rstudio/rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
87 lines (87 loc) · 3.51 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: rmarkdown
Type: Package
Title: Dynamic Documents for R
Version: 1.9.3
Authors@R: c(
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person("Jonathan", "McPherson", role = "aut", email = "[email protected]"),
person("Javier", "Luraschi", role = "aut", email = "[email protected]"),
person("Kevin", "Ushey", role = "aut", email = "[email protected]"),
person("Aron", "Atkins", role = "aut", email = "[email protected]"),
person("Hadley", "Wickham", role = "aut", email = "[email protected]"),
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
person("Winston", "Chang", role = "aut", email = "[email protected]"),
person("Jeff", "Allen", role = "ctb", email = "[email protected]"),
person("Roy", "Storey", role = "ctb"),
person("Rob", "Hyndman", role = "ctb", email = "[email protected]"),
person("Ruben", "Arslan", role = "ctb", email = "[email protected]"),
person(family = "RStudio, Inc.", role = "cph"),
person(family = "jQuery Foundation", role = "cph",
comment = "jQuery library"),
person(family = "jQuery contributors", role = c("ctb", "cph"),
comment = "jQuery library; authors listed in inst/rmd/h/jquery-AUTHORS.txt"),
person(family = "jQuery UI contributors", role = c("ctb", "cph"),
comment = "jQuery UI library; authors listed in inst/rmd/h/jqueryui-AUTHORS.txt"),
person("Mark", "Otto", role = "ctb",
comment = "Bootstrap library"),
person("Jacob", "Thornton", role = "ctb",
comment = "Bootstrap library"),
person(family = "Bootstrap contributors", role = "ctb",
comment = "Bootstrap library"),
person(family = "Twitter, Inc", role = "cph",
comment = "Bootstrap library"),
person("Alexander", "Farkas", role = c("ctb", "cph"),
comment = "html5shiv library"),
person("Scott", "Jehl", role = c("ctb", "cph"),
comment = "Respond.js library"),
person("Ivan", "Sagalaev", role = c("ctb", "cph"),
comment = "highlight.js library"),
person("Greg", "Franko", role = c("ctb", "cph"),
comment = "tocify library"),
person("John", "MacFarlane", role = c("ctb", "cph"),
comment = "Pandoc templates"),
person(family = "Google, Inc.", role = c("ctb", "cph"),
comment = "ioslides library"),
person("Dave", "Raggett", role = "ctb",
comment = "slidy library"),
person(family = "W3C", role = "cph",
comment = "slidy library"),
person("Dave", "Gandy", role = c("ctb", "cph"),
comment = "Font-Awesome"),
person("Ben", "Sperry", role = "ctb",
comment = "Ionicons"),
person(family = "Drifty", role = "cph",
comment = "Ionicons"),
person("Aidan", "Lister", role = c("ctb", "cph"),
comment = "jQuery StickyTabs")
)
Maintainer: Yihui Xie <[email protected]>
Description: Convert R Markdown documents into a variety of formats.
Depends:
R (>= 3.0)
Imports:
tools,
utils,
knitr (>= 1.18),
yaml (>= 2.1.5),
htmltools (>= 0.3.5),
evaluate (>= 0.8),
base64enc,
jsonlite,
rprojroot,
mime,
tinytex (>= 0.3),
methods,
stringr (>= 1.2.0)
Suggests:
shiny (>= 0.11),
tufte,
testthat,
digest,
tibble
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
URL: https://rmarkdown.rstudio.com, https://github.com/rstudio/rmarkdown
BugReports: https://github.com/rstudio/rmarkdown/issues
License: GPL-3
RoxygenNote: 6.0.1