forked from rstudio/blogdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 817 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: blogdown
Type: Package
Title: Create Blogs and Websites with R Markdown
Version: 0.0.51
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]"),
person("Forest", "Fang", role = "ctb"),
person()
)
Description: Write blog posts and web pages in R Markdown. This package uses the
static site generator Hugo (<https://gohugo.io>).
License: GPL-3
Imports:
rmarkdown,
bookdown (>= 0.4),
knitr,
htmltools,
yaml (>= 2.1.14),
httpuv,
servr (>= 0.4.1)
Suggests:
testit,
shiny,
miniUI,
RcppTOML,
rprojroot,
rstudioapi
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