-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
46 lines (43 loc) · 830 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
destination: docs
development:
mode: release
template:
params:
bootswatch: paper
reference:
- title: Package
desc: ~
contents:
- "rust"
- title: Ratio-of-uniforms simulation
desc: ~
contents:
- "ru"
- "ru_rcpp"
- title: Box-Cox parameter selection
desc: ~
contents:
- "find_lambda"
- "find_lambda_rcpp"
- "find_lambda_one_d"
- "find_lambda_one_d_rcpp"
- title: Generics
desc: ~
contents:
- "plot.ru"
- "summary.ru"
- "print.summary.ru"
- "print.ru"
- title: GP example
desc: ~
contents:
- "gpd_init"
- "gpd_logpost"
- "gpd_sum_stats"
- "rgpd"
- title: Miscellaneous
desc: ~
contents:
- "create_xptr"
- "create_log_j_xptr"
- "create_phi_to_theta_xptr"