-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 934 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
39
40
Package: sgplot
Title: Graphic Styles and Colours for Scottish Government Plots
Version: 0.3.0.9000
Authors@R: c(
person("Scottish Government", , , "[email protected]", role = c("cph", "fnd")),
person("Alice", "Hannah", , "[email protected]", role = c("aut", "cre"))
)
Description: Standard ggplot theme and colour palettes for use in Scottish
Government.
License: MIT + file LICENSE
URL: https://github.com/ScotGovAnalysis/sgplot,
https://ScotGovAnalysis.github.io/sgplot
BugReports: https://github.com/ScotGovAnalysis/sgplot/issues
Depends:
R (>= 2.10)
Imports:
cli,
ggplot2,
lifecycle,
rlang,
scales
Suggests:
dplyr,
gapminder,
glue,
gt,
knitr,
plotly,
purrr,
rmarkdown,
stringr,
testthat (>= 2.1.0),
tibble,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2