forked from rstudio/bookdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.43 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
Package: bookdown
Type: Package
Title: Authoring Books and Technical Documents with R Markdown
Version: 0.3.21
Date: 2016-11-28
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]"),
person("JJ", "Allaire", role = "ctb"),
person(family = "RStudio Inc", role = "cph"),
person("Bartek", "Szopka", role = "ctb", comment = "The jQuery Highlight plugin"),
person(family = "jQuery Foundation", role = "cph", comment = "jQuery library"),
person(family = "jQuery contributors", role = c("ctb", "cph"), comment = "jQuery library; authors listed in inst/resources/AUTHORS"),
person(family = "MathQuill contributors", role = "ctb", comment = "The MathQuill library; authors listed in inst/resources/AUTHORS"),
person(family = "FriendCode Inc", role = c("cph", "ctb"), comment = "The gitbook style, with modifications")
)
Maintainer: Yihui Xie <[email protected]>
Description: Output formats and utilities for authoring books and technical documents with R Markdown.
License: GPL-3
Imports:
htmltools (>= 0.3.5),
knitr (>= 1.16),
rmarkdown (>= 0.9.6),
yaml (>= 2.1.14)
Suggests:
htmlwidgets,
rstudioapi,
miniUI,
rsconnect (>= 0.4.3),
servr (>= 0.3),
shiny,
testit (>= 0.5),
tufte,
webshot
URL: https://github.com/rstudio/bookdown
BugReports: https://github.com/rstudio/bookdown/issues
SystemRequirements: Pandoc (>= 1.17.2)
LazyData: TRUE
RoxygenNote: 6.0.1