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 RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://yixuan.r-universe.dev Date/Publication: 2021-01-26 02:31:20 UTC RemoteUrl: https://github.com/yixuan/prettydoc RemoteRef: HEAD RemoteSha: 6e8da2cde0b7bd458da9e5bd9a5cb2982826dd2f NeedsCompilation: no Packaged: 2026-06-12 09:21:13 UTC; root 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