-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
77 lines (77 loc) · 1.81 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
71
72
73
74
75
76
77
Package: gouvdown
Title: French Government Design System for R Markdown
Version: 0.0.0.9001
Authors@R:
c(person(given = "Maël",
family = "Theulière",
role = c("aut"),
email = "mael.theuliere@gmail.com"),
person(given = "Romain",
family = "Lesur",
role = "aut",
email = "romain.lesur@gmail.com",
comment = c(ORCID = "0000-0002-0721-5595")),
person(given = "Thomas",
family = "Vroylandt",
role = "aut",
email = "tvroylandt@gmail.com"),
person(given = "Juliette",
family = "Engelaere-Lefebvre",
role = c("aut", "cre"),
email = "juliette.engelaere@developpement-durable.gouv.fr"),
person(family = "République Française",
role = "cph"),
person(family = "ThinkR",
role = "cph",
comment = "helper functions from drealdown"))
Description: Produce documents compliants with the French government
design system.
License: EUPL (>= 1.2) | file LICENCE
URL: https://github.com/spyrales/gouvdown
BugReports: https://github.com/spyrales/gouvdown/issues
Depends:
R (>= 3.5)
Imports:
bookdown,
colorspace,
extrafont,
ggplot2 (>= 3.3.0),
ggpubr,
glue,
grid,
here,
htmltools,
knitr,
png,
rmarkdown,
systemfonts,
utils,
xfun
Suggests:
gouvdown.fonts,
pals,
pkgload,
scales,
sf,
testthat,
tidyverse
VignetteBuilder:
knitr
Remotes:
spyrales/gouvdown.fonts
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Collate:
'colors.R'
'fonts.R'
'ggthemes.R'
'html_gouv.R'
'gitbook_gouv.R'
'gouv_palettes.R'
'logo.R'
'skeleton.R'
'utils.R'
'word.R'
'zzz.R'