Package: blogdown
Type: Package
Title: Create Blogs and Websites with R Markdown
Version: 0.2
Date: 2017-11-01
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("Hiroaki", "Yutani", role = "ctb"),
    person("JJ", "Allaire", role = "ctb"),
    person("Kevin", "Ushey", 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, bookdown (>= 0.5), knitr (>= 1.17), htmltools, yaml
        (>= 2.1.14), httpuv, servr (>= 0.7)
Suggests: testit, shiny, miniUI, RcppTOML, stringr, rstudioapi, tools,
        processx, later, xaringan
LazyData: true
URL: https://github.com/rstudio/blogdown
BugReports: https://github.com/rstudio/blogdown/issues
SystemRequirements: Hugo (<https://gohugo.io>) and Pandoc
        (<http://pandoc.org>)
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-01 16:46:13 UTC; yihui
Author: Yihui Xie [aut, cre] (0000-0003-0645-5666),
  Beilei Bian [ctb],
  Forest Fang [ctb],
  Hiroaki Yutani [ctb],
  JJ Allaire [ctb],
  Kevin Ushey [ctb],
  RStudio Inc [cph]
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2017-11-01 16:55:00 UTC
