-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
56 lines (53 loc) · 1.29 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
url: https://collector.tidyrisk.org
template:
params:
bootswatch: flatly
ganalytics: UA-87348339-3
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github fa-lg fab
text: "github"
href: https://github.com/davidski/collector/
reference:
- title: "Combination Functions"
contents:
- starts_with("combine")
- title: "Create Scenario Objects"
contents:
- prepare_data
- title: "Distribution Fitting"
contents:
- starts_with("fit")
- generate_cost_function
- title: "Interview Creation"
contents:
- check_readability
- starts_with("make_")
- title: "Miscellaneous Functions"
contents:
- clean_answers
- collector
- generate_weights
- get_smes_domains
- lognormal_to_normal
- normal_to_lognormal
- title: "Object Classes"
contents:
- contains("tidyrisk")
- title: "Provided Data Sets"
desc: "Reference and sample data sets"
contents:
- starts_with("mc_")
- calibration_questions
- title: "Read Questions and Responses"
desc: "Read datasets from disk"
contents:
- read_questions
- read_responses