-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
68 lines (62 loc) · 1.35 KB
/
_pkgdown.yml
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
url: https://jgires.github.io/fonctionr
template:
bootstrap: 5
bootswatch: minty
navbar:
left:
- text: Reference
href: reference/index.html
- text: Manuel
href: articles/fonctionr_functions.html
- text: Articles
menu:
- text: Fonctions esthétiques
href: articles/esthetic_functions.html
- text: Sondages avec design complexe
href: articles/complex_design.html
- text: Couleurs pour l'Observatoire de la Santé et du Social
href: articles/Obss_colors.html
- text: Changelog
href: articles/changelog.html
right:
- icon: fa-github fa-lg
text: "github"
href: https://github.com/jgires/fonctionr
reference:
- title: fonctionr functions
- subtitle: Analysis
desc: >
Functions that produce statistics.
contents:
- distrib_continuous
- central_group
- distrib_group_continuous
- distrib_discrete
- distrib_group_discrete
- prop_group
- many_val
- many_val_group
- subtitle: Esthetic
desc: >
Functions with a graphic purpose.
contents:
- esth_graph
- make_surface
- load_and_active_fonts
- theme_fonctionr
- official_pal
- subtitle: Utils
desc: >
Some useful functions.
contents:
- pivot_longer_survey
figures:
dev: ragg::agg_png
dpi: 48
dev.args: []
fig.ext: png
fig.width: 8
fig.height: 5
fig.retina: 2
bg: NA
other.parameters: []