Package: prettydoc
Type: Package
Title: Creating Pretty Documents from R Markdown
Version: 0.4.1
Date: 2021-01-10
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"),
    person("Emily", "Eisenberg", role = "ctb",
           comment = "the KaTeX library"),
    person("Sophie", "Alpert", role = "ctb",
           comment = "the KaTeX library")
    )
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.17)
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: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-10 09:47:23 UTC; qyx
Author: Yixuan Qiu [aut, cre],
  Jason Long [ctb] (the Cayman, Tactile and Architect themes),
  Renyuan Zou [ctb] (the Leonids theme),
  Michael Rose [ctb] (the HPSTR 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),
  Emily Eisenberg [ctb] (the KaTeX library),
  Sophie Alpert [ctb] (the KaTeX library)
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>
Repository: CRAN
Date/Publication: 2021-01-10 11:40:03 UTC
Built: R 4.2.0; ; 2022-04-27 15:56:02 UTC; unix
