-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
48 lines (48 loc) · 1.01 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
Package: hugodown
Title: Make websites with hugo and RMarkdown
Version: 0.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: hugodown is a minimal version of blogdown that only supports
hugo, and more clearly delineates the roles of RMarkdown (turning .Rmd
into .md) and hugo (turning .md into .html).
License: MIT + file LICENSE
URL: https://github.com/r-lib/hugodown
BugReports: https://github.com/r-lib/hugodown/issues
Imports:
brio,
curl,
digest,
downlit,
evaluate,
fs,
later,
processx,
rappdirs,
RcppTOML,
rlang,
rmarkdown,
usethis (>= 1.6.0),
whisker,
whoami,
withr,
xml2,
yaml
Suggests:
covr,
DiagrammeR,
gh,
htmltools,
knitr,
magick,
rstudioapi,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1