-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
105 lines (103 loc) · 1.75 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
url: http://yongfu.name/stom/
template:
math-rendering: mathjax
assets: inst
bootstrap: 5
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
navbar:
structure:
# left: [intro, reference, articles, tutorials, news]
right: [search, github]
development:
mode: auto
# pkgdown::build_reference_index()
reference:
- title: "Stan"
desc: >
Working with cmdstanr.
contents:
- stan
- save_model
- precis
- extract
- extract2
- get_pars
- as_posterior_array
- get_sim_param_info
- get_stan_param_info
- matches("cmdstan")
- prepare_drive_model
- title: "Stats"
desc: >
Utilities for stats.
contents:
- rbern
- rordlogit
- rtnorm
- rgampois2
- rlkjcorr
- logit
- erf
- softmax
- standardize
- min_max
- log_mix
- title: "Linguisitics"
desc: >
Utilities for linguistics.
contents:
- TTR
- VOCD
- title: "Evaluation"
desc: >
Utilities for evaluating models.
contents:
- prob_input
- title: "Wrangling"
desc: >
Utilities for data wrangling.
contents:
- as_vec
- year
- fstem
- title: "Plotting"
desc: >
Utilities for plotting.
contents:
- plot_forest
- col.alpha
- shade
- curve_mvnorm
- par2
- vals2cols
- title: "Data I/O"
desc: >
Reading and writing data.
contents:
- write_tcsv
- title: "Documentation"
desc: >
Helpers for documenting scripts in Markdown.
contents:
- image_combine
- as_vec
- inline
- as_c_num
- xclip
- matches("docs|html|pdf")
- title: "Command Line Builder"
desc: >
Helpers for command line programs.
contents:
- get_cli_programs
- to_unix_path
- to_gitbash_path
- matches("^cmd_")
- title: "Index"
desc: >
All functions.
contents:
- matches(".")