1Package: rmarkdown
2Type: Package
3Title: Dynamic Documents for R
4Version: 1.7.8
5Authors@R: c(
6  person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
7    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
8  person("Jonathan", "McPherson", role = "aut", email = "jonathan@rstudio.com"),
9  person("Javier", "Luraschi", role = "aut", email = "javier@rstudio.com"),
10  person("Kevin", "Ushey", role = "aut", email = "kevin@rstudio.com"),
11  person("Aron", "Atkins", role = "aut", email = "aron@rstudio.com"),
12  person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),
13  person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
14  person("Winston", "Chang", role = "aut", email = "winston@rstudio.com"),
15  person("Jeff", "Allen", role = "ctb", email = "jeff@rstudio.com"),
16  person("Roy", "Storey", role = "ctb"),
17  person("Rob", "Hyndman", role = "ctb", email = "Rob.Hyndman@monash.edu"),
18  person("Ruben", "Arslan", role = "ctb", email = "ruben.arslan@uni-goettingen.de"),
19  person(family = "RStudio, Inc.", role = "cph"),
20  person(family = "jQuery Foundation", role = "cph",
21         comment = "jQuery library"),
22  person(family = "jQuery contributors", role = c("ctb", "cph"),
23         comment = "jQuery library; authors listed in inst/rmd/h/jquery-AUTHORS.txt"),
24  person(family = "jQuery UI contributors", role = c("ctb", "cph"),
25         comment = "jQuery UI library; authors listed in inst/rmd/h/jqueryui-AUTHORS.txt"),
26  person("Mark", "Otto", role = "ctb",
27         comment = "Bootstrap library"),
28  person("Jacob", "Thornton", role = "ctb",
29         comment = "Bootstrap library"),
30  person(family = "Bootstrap contributors", role = "ctb",
31         comment = "Bootstrap library"),
32  person(family = "Twitter, Inc", role = "cph",
33         comment = "Bootstrap library"),
34  person("Alexander", "Farkas", role = c("ctb", "cph"),
35         comment = "html5shiv library"),
36  person("Scott", "Jehl", role = c("ctb", "cph"),
37         comment = "Respond.js library"),
38  person("Ivan", "Sagalaev", role = c("ctb", "cph"),
39         comment = "highlight.js library"),
40  person("Greg", "Franko", role = c("ctb", "cph"),
41         comment = "tocify library"),
42  person("John", "MacFarlane", role = c("ctb", "cph"),
43         comment = "Pandoc templates"),
44  person(family = "Google, Inc.", role = c("ctb", "cph"),
45         comment = "ioslides library"),
46  person("Dave", "Raggett", role = "ctb",
47         comment = "slidy library"),
48  person(family = "W3C", role = "cph",
49         comment = "slidy library"),
50  person("Dave", "Gandy", role = c("ctb", "cph"),
51         comment = "Font-Awesome"),
52  person("Ben", "Sperry", role = "ctb",
53         comment = "Ionicons"),
54  person(family = "Drifty", role = "cph",
55         comment = "Ionicons"),
56  person("Aidan", "Lister", role = c("ctb", "cph"),
57         comment = "jQuery StickyTabs")
58  )
59Maintainer: Yihui Xie <xie@yihui.name>
60Description: Convert R Markdown documents into a variety of formats.
61Depends:
62    R (>= 3.0)
63Imports:
64    tools,
65    utils,
66    knitr (>= 1.14),
67    yaml (>= 2.1.5),
68    htmltools (>= 0.3.5),
69    evaluate (>= 0.8),
70    base64enc,
71    jsonlite,
72    rprojroot,
73    mime,
74    methods,
75    stringr (>= 1.2.0)
76Suggests:
77    shiny (>= 0.11),
78    tufte,
79    testthat,
80    digest,
81    tibble
82SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
83URL: http://rmarkdown.rstudio.com
84License: GPL-3
85RoxygenNote: 6.0.1
86