-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
80 lines (77 loc) · 2.23 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
url: https://radiant-rstats.github.io/radiant.design
template:
params:
docsearch:
api_key: f8828bfa522c01496b23a387c7bec90e
index_name: radiant_design
navbar:
title: "radiant.design"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
href: articles/index.html
- text: "Changelog"
href: news/index.html
- text: "Other Packages"
menu:
- text: "radiant"
href: https://radiant-rstats.github.io/radiant/
- text: "radiant.data"
href: https://radiant-rstats.github.io/radiant.data/
- text: "radiant.design"
href: https://radiant-rstats.github.io/radiant.design/
- text: "radiant.basics"
href: https://radiant-rstats.github.io/radiant.basics/
- text: "radiant.model"
href: https://radiant-rstats.github.io/radiant.model/
- text: "radiant.multivariate"
href: https://radiant-rstats.github.io/radiant.multivariate/
- text: "docker"
href: https://github.com/radiant-rstats/docker
right:
- icon: fa-twitter fa-lg
href: https://twitter.com/vrnijs
- icon: fa-github fa-lg
href: https://github.com/radiant-rstats
reference:
- title: Design > Design of Experiments (DOE)
desc: Functions used to create (fractional) factorial experimental designs
contents:
- doe
- summary.doe
- estimable
- title: Design > Sample
desc: Functions used with Design > Sample
contents:
- sampling
- summary.sampling
- randomizer
- summary.randomizer
- sample_size
- summary.sample_size
- sample_size_comp
- summary.sample_size_comp
- plot.sample_size_comp
- title: Data sets
desc: Data sets bundled with radiant.design
contents:
- rndnames
- title: Starting radiant.design
desc: Functions used to start the radiant.design shiny app
contents:
- radiant.design
- radiant.design_viewer
- radiant.design_window
articles:
- title: Design Menu
desc: >
These vignettes provide an introduction to the Design menu in radiant
contents:
- pkgdown/doe
- pkgdown/sampling
- pkgdown/randomizer
- pkgdown/sample_size
- pkgdown/sample_size_comp