forked from yixuan/prettydoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.55 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.1
Date: 2018-01-15
Authors@R: c(
person("Yixuan", "Qiu", , "[email protected]", c("aut", "cre")),
person("Jason", "Long", , "[email protected]", "ctb",
comment = "the Cayman, Tactile and Architect themes"),
person("Renyuan", "Zou", , "[email protected]", "ctb",
comment = "the Leonids theme"),
person("Michael", "Rose", role = "ctb",
comment = "the HPSTR theme"),
person("JJ", "Allaire", , "[email protected]", "ctb",
comment = "pandoc template for rmarkdown"),
person("Hadley", "Wickham", , "[email protected]", "ctb",
comment = "the html_vignette() function"),
person("Yihui", "Xie", , "[email protected]", "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, KernSmooth
SystemRequirements: pandoc (>= 1.12.3)
VignetteBuilder: knitr, rmarkdown
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