-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 910 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
33
34
35
36
37
38
Package: govukhugo
Title: GOV.UK style hugo site builer
Version: 0.0.0.9000
Authors@R:
c(person(given = "Crown Copyright 2021",
role = "cph"),
person(given = "Matt",
family = "Kerlogue",
role = c("aut", "cre"),
email = "matt.kerlogue@cabinetoffice.gov.uk"))
Description: A set of functions for applying the govuk-hugo theme
to hugo static sites and for rendering Rmarkdown documents.
License: MIT + file LICENSE
URL: https://github.com/co-analysis/govuk-hugo-r
BugReports: https://github.com/co-analysis/govuk-hugo-r/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
rmarkdown,
rstudioapi,
htmltools,
R.utils,
crosstalk,
fs,
cli,
here
Suggests:
blogdown,
DT,
plotly,
leaflet,
knitr,
ggplot2,
svglite,
scales
VignetteBuilder: knitr