-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
135 lines (104 loc) · 3.33 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# ----------------------------------------------------------------------------
url: https://mokymai.github.io/bio
destination: docs
template:
bootstrap: 3
params:
bootswatch: sandstone
# ----------------------------------------------------------------------------
development:
mode: auto
# ----------------------------------------------------------------------------
authors:
Vilmantas Gegzna:
href: https://orcid.org/0000-0002-9500-5167
# ----------------------------------------------------------------------------
navbar:
structure:
left: [home, version, intro, articles, tutorials, reference, news]
right: [github]
components:
version:
icon: fa-book
menu:
- text: "Documentation for version of package:"
- text: Released
href: https://mokymai.github.io/bio/
- text: In-development
href: https://mokymai.github.io/bio/dev/
# ----------------------------------------------------------------------------
# home:
# sections:
# - dev_status
# - authors
# - citation
# - license
# - links:
# # - text: Download from CRAN at
# # href: https://cloud.r-project.org/package=bs
# - text: Report a bug at
# href: https://mokymai.com/GegznaV/bs/issues
# link_order:
# # - repo
# # - github
# - bug_report
# - custom
# ----------------------------------------------------------------------------
#'
#' @concept paths and dirs
# ----------------------------------------------------------------------------
reference:
- title: 'Check' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# - subtitle: 'R and RStudio settings (main)' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# - contents:
# - has_concept("r and rstudio settings")
#
# - subtitle: 'Other settings' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("check")
- title: 'Change Settings' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("r and rstudio settings")
- has_concept("settings")
- title: 'Paths and Directories' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("paths and dirs")
- title: "RStudio Projects" # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("rstudio projects")
- title: "Packages" # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("packages")
- title: 'Utilities and Helper Functions' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- contents:
- has_concept("utilities")
- title: 'Other Functions' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
desc: "Functions not mentioned above."
- contents:
- lacks_concepts(c(
"main",
"check",
"programs",
"packages",
"rstudio projects",
"paths and dirs",
"settings",
"r and rstudio settings",
"utilities",
"deprecated"
))
# - title: 'Deprecated Functions' # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# desc: "You should **not** use these functions any more."
# - 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
# -------------------------------------------------------------------------