generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
106 lines (91 loc) · 2.84 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
97
98
99
100
101
102
103
104
105
106
# -------------------------------------------------------------------------
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/ [..pkg-name...] /
# - text: In-development
# href: https://r-hyperspec.github.io/ [...pkg-name...] /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
# First-name Family-name:
# href: https://some.url
# -------------------------------------------------------------------------
# # If you need custom webpage for reference, modify this section:
# reference:
# - title: 'Package "..."'
# - contents:
# - has_keyword("package")
# - has_keyword("classes")
# - title: Datasets
# desc: "Datasets in package."
# - contents:
# - has_concept("datasets")
# - title: Plots
# - subtitle: R base and package "lattice" based plots
# - contents:
# - "plot-methods"
# - has_keyword("aplot")
# - has_keyword("dplot")
# - has_keyword("hplot")
# - has_keyword("iplot")
# - has_keyword("color")
# - subtitle: Package "ggplot2" based plots
# - contents:
# - has_concept("ggplot2")
# - title: Other functions
# - subtitle: Other active functions
# - contents:
# - lacks_concepts("deprecated")
# - subtitle: Deprecated and defunct functions
# desc: "You should **not** use these functions."
# - contents:
# - has_concept("deprecated", internal = TRUE)
# -------------------------------------------------------------------------
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
# -------------------------------------------------------------------------