Package: prettydoc
Type: Package
Title: Creating Pretty Documents from R Markdown
Version: 0.1.0
Date: 2016-08-10
Authors@R: c(
    person("Yixuan", "Qiu", , "yixuan.qiu@cos.name", c("aut", "cre")),
    person("Jason", "Long", , "jlong@github.com", "ctb",
           comment = "CSS of Cayman 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: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-10 20:34:23 UTC; qyx
Author: Yixuan Qiu [aut, cre],
  Jason Long [ctb] (CSS of Cayman theme),
  JJ Allaire [ctb] (pandoc template for rmarkdown),
  Hadley Wickham [ctb] (the html_vignette() function),
  Yihui Xie [ctb] (the html_vignette() function),
  Steve Matteson [ctb] (the Open Sans fonts)
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>
Repository: CRAN
Date/Publication: 2016-08-11 12:23:31
