generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
96 lines (78 loc) · 2.37 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# -------------------------------------------------------------------------
template:
params:
bootswatch: cerulean
# -------------------------------------------------------------------------
# Automatically switches, which verion should be built:
# released or in-development
development:
mode: auto
# -------------------------------------------------------------------------
# # If you need custom navigation bar, modify this section:
navbar:
structure:
left: [version, home, intro, articles, tutorials, reference, news]
right: [github]
components:
version:
icon: fa-book
menu:
- text: "Documentation for version of package:"
- text: Released
href: https://r-hyperspec.github.io/hySpc.ggplot2/
- text: In-development
href: https://r-hyperspec.github.io/hySpc.ggplot2/dev/
# -------------------------------------------------------------------------
# # If you need custom webpage for articles, modify this section:
# articles:
# - title: "Principles"
# navbar: ~
# desc: >
# The main functionality of this package
# contents:
# - vignette-1
# - vignette-1
# - title: "Case studies"
# desc: >
# The example workflows.
# contents:
# - vignette-3
# - vignette-4
# -------------------------------------------------------------------------
# # If you need links for authors, modify this section:
authors:
Bryan A. Hanson:
href: http://academic.depauw.edu/hanson_web/
Vilmantas Gegzna:
href: https://orcid.org/0000-0002-9500-5167
# -------------------------------------------------------------------------
# # If you need custom webpage for reference, modify this section:
reference:
# - title: 'Package "hySpc.ggplot2"'
# - contents:
# - has_keyword("package")
- title: Quick plots
- contents:
- qplotspc
- qplotc
- qplotmap
- qplotmixmap
- has_concept("quick plots")
- title: Helper functions
- contents:
- has_concept("helpers")
- title: Other functions and objects
desc: "Functions not mentioned above."
- contents:
- lacks_concepts(c("quick plots", "helpers"))
# -------------------------------------------------------------------------
figures:
dev: grDevices::png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 4.854
fig.height: 3
fig.retina: 2
fig.asp: 1.618
# -------------------------------------------------------------------------