Package: blogdown
Type: Package
Title: Create Blogs and Websites with R Markdown
Version: 0.12
Authors@R: c(
    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
    person("Beilei", "Bian", role = "ctb"),
    person("Forest", "Fang", role = "ctb"),
    person("Garrick", "Aden-Buie", role = "ctb"),
    person("Hiroaki", "Yutani", role = "ctb"),
    person("Ian", "Lyttle", role = "ctb"),
    person("JJ", "Allaire", role = "ctb"),
    person("Kevin", "Ushey", role = "ctb"),
    person("Leonardo", "Collado-Torres", role = "ctb"),
    person("Xianying", "Tan", role = "ctb"),
    person("Raniere", "Silva", role = "ctb"),
    person(family = "RStudio Inc", role = "cph"),
    person()
    )
Description: Write blog posts and web pages in R Markdown. This package supports
    the static site generator 'Hugo' (<https://gohugo.io>) best, and it also
    supports 'Jekyll' (<http://jekyllrb.com>) and 'Hexo' (<https://hexo.io>).
License: GPL-3
Imports: rmarkdown (>= 1.11), bookdown (>= 0.9), knitr (>= 1.21),
        htmltools, yaml (>= 2.1.19), httpuv (>= 1.4.0), xfun (>= 0.5),
        servr (>= 0.13)
Suggests: testit, shiny, miniUI, stringr, rstudioapi, tools, processx,
        later
LazyData: true
URL: https://github.com/rstudio/blogdown
BugReports: https://github.com/rstudio/blogdown/issues
SystemRequirements: Hugo (<https://gohugo.io>) and Pandoc
        (<https://pandoc.org>)
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-05-01 13:58:48 UTC; yihui
Author: Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),
  Beilei Bian [ctb],
  Forest Fang [ctb],
  Garrick Aden-Buie [ctb],
  Hiroaki Yutani [ctb],
  Ian Lyttle [ctb],
  JJ Allaire [ctb],
  Kevin Ushey [ctb],
  Leonardo Collado-Torres [ctb],
  Xianying Tan [ctb],
  Raniere Silva [ctb],
  RStudio Inc [cph]
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2019-05-01 19:40:03 UTC
