-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
49 lines (45 loc) · 903 Bytes
/
Copy path_pkgdown.yml
File metadata and controls
49 lines (45 loc) · 903 Bytes
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
destination: docs
url: https://github.com/paulnorthrop/rust
development:
mode: release
template:
bootstrap: 5
bootswatch: flatly
math-rendering: mathjax
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"