-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
Package: afcharts
Title: Produce Charts Following UK Government Analysis Function Guidance
Version: 0.5.1
Authors@R: c(
person("Crown Copyright", , , , role = c("cph")),
person("Government Analysis Function", , , "Analysis.Function@ons.gov.uk", role = c("fnd")),
person("Alice", "Hannah", , "alice.hannah@gov.scot", role = c("aut")),
person("Olivia", "Box Power", , "Olivia.BoxPower@dhsc.gov.uk", role = c("cre", "ctb"))
)
Description: Colour palettes and a 'ggplot2' theme to follow the UK Government
Analysis Function best practice guidance for producing data visualisations,
available at
<https://analysisfunction.civilservice.gov.uk/policy-store/data-visualisation-charts/>.
Includes continuous and discrete colour and fill scales, as well as a
'ggplot2' theme.
License: MIT + file LICENSE
URL:
https://github.com/best-practice-and-impact/afcharts,
https://best-practice-and-impact.github.io/afcharts/
BugReports: https://github.com/best-practice-and-impact/afcharts/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
ggplot2,
scales,
cli,
rlang,
dplyr,
purrr,
stats
Suggests:
ggtext,
knitr,
rmarkdown,
tibble,
tidyr,
glue,
stringr,
testthat (>= 2.1.0),
plotly,
gt,
svglite (>= 2.1.2),
ragg (>= 1.2.6),
gapminder,
diffviewer,
vdiffr,
withr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)