-
-
Notifications
You must be signed in to change notification settings - Fork 331
/
DESCRIPTION
70 lines (70 loc) · 2.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Type: Package
Package: blogdown
Title: Create Blogs and Websites with R Markdown
Version: 1.19.1
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person("Christophe", "Dervieux", role = "aut", email = "cderv@posit.co", comment = c(ORCID = "0000-0003-4474-2498")),
person("Alison", "Presmanes Hill", role = "aut", comment = c(ORCID = "0000-0002-8082-1890")),
# Contributors, ordered alphabetically
person("Amber", "Thomas", role = "ctb"),
person("Beilei", "Bian", role = "ctb"),
person("Brandon ", "Greenwell", role = "ctb"),
person("Brian", "Barkley", role = "ctb"),
person("Deependra", "Dhakal", role = "ctb"),
person("Eric", "Nantz", role = "ctb"),
person("Forest", "Fang", role = "ctb"),
person("Garrick", "Aden-Buie", role = "ctb"),
person("Hiroaki", "Yutani", role = "ctb"),
person("Ian", "Lyttle", role = "ctb"),
person("Jake", "Barlow", role = "ctb"),
person("James", "Balamuta", role = "ctb"),
person("JJ", "Allaire", role = "ctb"),
person("Jon", "Calder", role = "ctb"),
person("Jozef", "Hajnala", role = "ctb"),
person("Juan Manuel", "Vazquez", role = "ctb"),
person("Kevin", "Ushey", role = "ctb"),
person("Leonardo", "Collado-Torres", role = "ctb"),
person("Maëlle", "Salmon", role = "ctb"),
person("Maria Paula", "Caldas", role = "ctb"),
person("Nicolas", "Roelandt", role = "ctb"),
person("Oliver", "Madsen", role = "ctb", email = "oliver.p.madsen@gmail.com"),
person("Raniere", "Silva", role = "ctb"),
person("TC", "Zhang", role = "ctb"),
person("Xianying", "Tan", role = "ctb"),
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
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' (<https://jekyllrb.com>) and 'Hexo'
(<https://hexo.io>).
License: GPL-3
URL: https://github.com/rstudio/blogdown,
https://pkgs.rstudio.com/blogdown/
BugReports: https://github.com/rstudio/blogdown/issues
Depends: R (>= 3.5.0)
Imports:
bookdown (>= 0.22),
htmltools,
httpuv (>= 1.4.0),
jsonlite,
knitr (>= 1.25),
later,
rmarkdown (>= 2.8),
servr (>= 0.21),
xfun (>= 0.34),
yaml (>= 2.1.19)
Suggests:
miniUI,
processx,
rstudioapi,
shiny,
stringr,
testit,
tools,
whoami
Config/Needs/website: pkgdown, tidyverse/tidytemplate, rstudio/quillt, rstudio/webshot2
Encoding: UTF-8
RoxygenNote: 7.2.3
SystemRequirements: Hugo (<https://gohugo.io>) and Pandoc (<https://pandoc.org>)