-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
61 lines (51 loc) · 1.18 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
url: https://epiverse-trace.github.io/epichains/
template:
package: epiversetheme
bslib:
font_weight_base : 300
development:
mode: unreleased
reference:
- title: Simulate branching processes
contents:
- starts_with("simulate_")
- title: Calculate (log)likelihoods
contents:
- likelihood
- title: Methods for internal classes
- subtitle: epichains class
contents:
- aggregate.epichains
- summary.epichains
- print.epichains
- head.epichains
- tail.epichains
- subtitle: epichains_summary
contents:
- summary.epichains_summary
- print.epichains_summary
- title: Special distributions
contents:
- dborel
- rborel
- rgborel
- title: Miscellaneous
- subtitle: Data
desc: Data stored in the package
contents:
- covid19_sa
articles:
- title: Package vignettes
navbar: Package vignettes
contents:
- projecting_incidence
- interventions
- title: Modelling guides and background
navbar: Modelling guides and background
contents:
- branching_process_literature
- theoretical_background
- title: Developer Documentation
navbar: Developer Documentation
contents:
- design-principles