-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
47 lines (43 loc) · 904 Bytes
/
_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
destination: docs
template:
params:
ganalytics: UA-155943904-1
# Reference page
reference:
- title: Core functions
desc: 'The core functions of GMCM are:'
contents:
- matches("fit\\.")
- classify
- matches("get\\.")
- SimulateGMCMData
- title: Theta manipulation
desc: 'All exported functions:'
contents:
- matches("theta")
- meta2full
- full2meta
- title: Datasets
desc: 'Built-in datasets:'
contents:
- freshVsFrozen
- u133VsExon
- title: Shiny app
desc: 'Initiate the Shiny application:'
contents:
- runGMCM
- title: All
desc: 'All exported functions and datasets:'
contents:
- matches(".")
# Articles
articles:
- title: Articles and vignettes
desc: 'Introductions, examples, and help'
contents:
- "pkgdown/jss"
- "usage-example-general-model"
- "usage-example-special-model"
- "usage-shiny-graphical-interface"
news:
- one_page: true