forked from yixuan/prettydoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.53 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
Package: prettydoc
Type: Package
Title: Creating Pretty Documents from R Markdown
Version: 0.2.0
Date: 2016-08-31
Authors@R: c(
person("Yixuan", "Qiu", , "yixuan.qiu@cos.name", c("aut", "cre")),
person("Jason", "Long", , "jlong@github.com", "ctb",
comment = "the Cayman, Tactile and Architect themes"),
person("Renyuan", "Zou", , "zourenyuan@gmail.com", "ctb",
comment = "the Leonids theme"),
person("Michael", "Rose", role = "ctb",
comment = "the HPSTR theme"),
person("JJ", "Allaire", , "jj.allaire@gmail.com", "ctb",
comment = "pandoc template for rmarkdown"),
person("Hadley", "Wickham", , "h.wickham@gmail.com", "ctb",
comment = "the html_vignette() function"),
person("Yihui", "Xie", , "xie@yihui.name", "ctb",
comment = "the html_vignette() function"),
person("Steve", "Matteson", role = "ctb",
comment = "the Open Sans fonts")
)
Description: Creating tiny yet beautiful documents and vignettes from R
Markdown. The package provides the 'html_pretty' output format as an
alternative to the 'html_document' and 'html_vignette' engines that
convert R Markdown into HTML pages. Various themes and syntax highlight
styles are supported.
Imports:
rmarkdown (>= 1.0)
Suggests:
knitr
SystemRequirements: pandoc (>= 1.12.3)
VignetteBuilder: knitr
URL: https://github.com/yixuan/prettydoc
BugReports: https://github.com/yixuan/prettydoc/issues
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1