-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
40 lines (33 loc) · 809 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
template:
params:
bootswatch: sandstone
authors:
Malcolm Barrett:
href: https://malco.io
reference:
- title: Calculate Sample Size Based on Precision
contents:
- starts_with("n_")
- title: Calculate Precision Based on Sample Size
contents:
- starts_with("precision_")
- title: Calculate Sample Size Based on Upper Limit Probability
contents:
- starts_with("upper_")
- title: Map and Plot Multiple Estimates
contents:
- map_precisely
- starts_with("plot_")
- theme_precisely
- title: Launch Shiny App
contents:
- launch_precisely_app
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: /reference/index.html
- text: An Introduction to precisely
href: /articles/introduction-to-precisely.html