-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
98 lines (96 loc) · 2.34 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
template:
bootstrap: 5
bootswatch: superhero
url: https://docs.jimbrig.com/lossrx/
site_url: ~
reference:
- title: Utilities
desc: Utility functions.
contents:
- '`feedback`'
- '`indent`'
- '`inform`'
- '`open_pkgdown`'
- '`toproper`'
- '`extract_num`'
- title: Interpolation
desc: Interpolation of Loss Development Factors
contents:
- '`interp`'
- title: Actuarial
desc: Actuarial helpers
contents:
- '`view_claim_history`'
- '`simulate_claims`'
- '`loss_run`'
- '`dates`'
- title: Data Utilities and Database
desc: Database and data related helper functions.
contents:
- '`connect_db`'
- '`doc_data`'
- '`create_tbl`'
- '`data-utils`'
- '`coalesce_join`'
- title: Data
desc: Actuarial Data
contents:
- '`claims_transactional`'
- '`exposures`'
- '`losses`'
news:
releases:
- text: lossrx [Unreleased]
- text: lossrx 0.0.4
- text: lossrx 0.0.3
- text: lossrx 0.0.2
- text: lossrx 0.0.1
navbar:
structure:
left:
- intro
- reference
- articles
- tutorials
- tests
- news
right: github
components:
reference:
text: Reference
href: reference/index.html
news:
text: News
menu:
- text: lossrx [Unreleased]
href: https://github.com/jimbrig/lossrx
- text: Releases
href: https://github.com/jimbrig/lossrx/releases
- text: lossrx 0.0.4
href: https://github.com/jimbrig/lossrx/releases/tag/v0.0.4
- text: lossrx 0.0.3
href: https://github.com/jimbrig/lossrx/releases/tag/v0.0.3
- text: lossrx 0.0.2
href: https://github.com/jimbrig/lossrx/releases/tag/v0.0.2
- text: lossrx 0.0.1
href: https://github.com/jimbrig/lossrx/releases/tag/v0.0.1
- text: '---------'
- text: News
href: news/index.html
- text: Changelog
href: https://github.com/jimbrig/lossrx/blob/main/inst/CHANGELOG.md
intro:
text: Get started
href: articles/lossrx.html
articles:
text: Articles
menu:
- text: Actuarial Loss Reserving Overview
href: articles/Actuarial-loss-reserving-overview.html
- text: Actuarial Loss Distributions
href: articles/actuarial-statistical-distributions.html
- text: Data Overview
href: articles/Data-Overview.html
tests:
text: Tests
href: tests/index.html