-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
129 lines (115 loc) · 2.87 KB
/
_pkgdown.yml
File metadata and controls
129 lines (115 loc) · 2.87 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
url: https://institutefordiseasemodeling.github.io/MOSAIC-pkg/
template:
bootstrap: 5
bootswatch: flatly
bslib:
primary: "#0054A6"
link-color: "#0054A6"
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: Installation
href: articles/Installation.html
- text: Running LASER
href: articles/Running-LASER.html
- text: Running MOSAIC
href: articles/Running-MOSAIC.html
- text: Deployment
href: articles/Deployment.html
articles:
- title: "Getting Started"
desc: "Installation and basic usage"
contents:
- Installation
- Running-LASER
- Running-MOSAIC
- Deployment
reference:
- title: "Core Workflow"
desc: Main functions for running MOSAIC simulations
contents:
- run_LASER
- run_MOSAIC
- make_LASER_config
- sample_parameters
- check_dependencies
- install_dependencies
- set_root_directory
- get_paths
- title: "Configuration & Control"
desc: Functions for configuring MOSAIC execution settings
contents:
- mosaic_control_defaults
- mosaic_io_presets
- title: "Model Execution"
desc: Functions starting with run_, make_, or create_
contents:
- matches("^run_")
- matches("^make_")
- matches("^create_")
- title: "Parameter Estimation"
desc: Estimation and fitting functions
contents:
- matches("^est_")
- matches("^fit_")
- matches("^sample_")
- title: "Calculations"
desc: Calculation functions
contents:
- matches("^calc_")
- title: "Data Processing"
desc: Processing and downloading data
contents:
- matches("^process_")
- matches("^download_")
- matches("^combine_")
- title: "Visualization"
desc: Plotting functions
contents:
- matches("^plot_")
- title: "Utility Functions"
desc: Helper and utility functions
contents:
- matches("^get_")
- matches("^check_")
- matches("^convert_")
- matches("^read_")
- matches("^write_")
- matches("^use_")
- matches("^attach_")
- matches("^detach_")
- matches("^lock_")
- matches("logit")
- log_msg
- title: "Distribution Functions"
desc: Gompertz distribution functions
contents:
- dgompertz
- pgompertz
- qgompertz
- rgompertz
- title: "Package Data"
desc: Built-in datasets
contents:
- matches("^config_")
- priors_default
- estimated_parameters
- epidemic_peaks
- matches("^iso_codes")
- title: "Internal & Other Functions"
desc: Other exported functions and internal helpers
contents:
- lacks_concepts("internal")
authors:
John R Giles:
href: https://github.com/gilesjohnr
Christopher W Lorton:
href: https://github.com/ChristopherWLorton
Tony Ting: {}
Dejan Lukacevic: {}
Meikang Wu: {}