forked from rstudio/blogdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.18 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
Package: blogdown
Type: Package
Title: Create Blogs and Websites with R Markdown
Version: 0.1.3
Date: 2017-08-22
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name"),
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