Skip to content

Commit c6914a6

Browse files
queeliusclaude
andcommitted
Add pkgdown site configuration and deploy to GitHub Pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b13669 commit c6914a6

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

_pkgdown.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
url: https://queelius.github.io/maskedhaz/
2+
3+
template:
4+
bootstrap: 5
5+
6+
navbar:
7+
structure:
8+
left: [intro, reference, news]
9+
right: [search, github]
10+
components:
11+
github:
12+
icon: fa-github
13+
href: https://github.com/queelius/maskedhaz
14+
15+
reference:
16+
- title: "Model Constructor"
17+
desc: "Create masked-cause series system likelihood models"
18+
contents:
19+
- dfr_series_md
20+
- is_dfr_series_md
21+
- print.dfr_series_md
22+
23+
- title: "Likelihood Inference"
24+
desc: "Log-likelihood, score, Hessian, and MLE fitting"
25+
contents:
26+
- loglik.dfr_series_md
27+
- score.dfr_series_md
28+
- hess_loglik.dfr_series_md
29+
- fit.dfr_series_md
30+
31+
- title: "Data Generation"
32+
desc: "Simulate masked series system failure data"
33+
contents:
34+
- rdata.dfr_series_md
35+
36+
- title: "Diagnostics"
37+
desc: "Cause-of-failure probabilities and model inspection"
38+
contents:
39+
- conditional_cause_probability
40+
- cause_probability
41+
- assumptions.dfr_series_md
42+
- ncomponents.dfr_series_md
43+
- component_hazard.dfr_series_md

0 commit comments

Comments
 (0)