forked from rstudio/rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 2.38 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
Package: rmarkdown
Type: Package
Title: Dynamic Documents for R
Version: 0.5.1
Date: 2014-09-08
Authors@R: c(
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
person("Yihui", "Xie", role = "aut", email = "yihui@rstudio.com"),
person("Jonathan", "McPherson", role = "aut", email = "jonathan@rstudio.com"),
person("Winston", "Chang", role = "aut", email = "winston@rstudio.com"),
person("Jeff", "Allen", role = "aut", email = "jeff@rstudio.com"),
person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),
person("Rob", "Hyndman", role = "aut", email = "robjhyndman@gmail.com"),
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("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("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")
)
Description: Convert R Markdown documents into a variety of formats
including HTML, MS Word, PDF, and Beamer.
Depends:
R (>= 3.0)
Imports:
tools,
utils,
knitr (>= 1.6),
yaml (>= 2.1.5),
htmltools (>= 0.2.4),
caTools
Suggests:
shiny (>= 0.11),
testthat,
digest
SystemRequirements: pandoc (>= 1.12.3) - http://johnmacfarlane.net/pandoc
URL: http://rmarkdown.rstudio.com
License: GPL-3
Roxygen: list(wrap = FALSE)