-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
165 lines (158 loc) · 3.72 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
url: https://core.dymium.org
destination: docs
template:
params:
docsearch:
api_key: 5b9cd61032daf2c5966b7cd693157aa2
index_name: dymiumcore
ganalytics: UA-158512288-1
bootswatch: readable
home:
title: A toolbox for building a dynamic microsimulation model in R.
toc:
depth: 2
navbar:
structure:
left: [home, introduction, reference, articles, news]
right: [github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
introduction:
text: Introduction
href: articles/dymium-intro.html
articles:
text: Articles
menu:
- text: "Why another microsimulation package?"
href: articles/why-another-microsim.html
- text: Publications
href: articles/publications.html
- text: 'Manual'
- text: 'For developers (Work in progress)'
href: articles/for-developers.html
- text: 'For modellers'
href: articles/for-modellers.html
- text: 'For end users (Work in progress)'
href: articles/for-endusers.html
- text: 'Use cases'
- text: 'Residential mobility'
href: articles/residential-mobility.html
- text: 'Mate matching'
href: articles/mate-matching.html
- text: 'Marital status'
href: articles/marital-status.html
news:
text: News
href: news/index.html
reference:
- title: Entities
desc:
contents:
- Entity
- Agent
- Individual
- Household
- Firm
- Asset
- starts_with("Building")
- Environment
- Zone
- Network
- title: Containers
contents:
- Container
- World
- Population
- matches("^Model.")
- pop_register
- starts_with("makeModel")
- title: Simulation tools
contents:
- matches("^Trans.")
- transition
- mutate_entity
- add_entity
- remove_entity
- SupportedTransitionModels
- Target
- simulate_choice
- alignment
- Pipeline
- register
- starts_with("Match")
- starts_with("simulate_choice")
- title: Logging and inspection
contents:
- add_log
- get_log
- add_history
- get_history
- combine_histories
- plot_history
- inspect
- title: Data backends
contents:
- matches("DataBackend.")
- title: "Module"
desc: "Manage,create and download modules."
contents:
- check_module
- check_module_version
- download_module
- get_all_module_files
- get_modules
- get_module_files
- get_module_versions
- use_module
- use_module_readme
- title: "Event"
desc: creates an event script and handy functions to use within event functions.
contents:
- use_event
- get_models
- pick_models
- is_scheduled
- title: "Scenario"
desc: Scenario is a recommended way to organise the scripts, the data, and the models that are belong to a microsimulation implementation.
contents:
- create_scenario
- get_active_scenario
- set_active_scenario
- title: "Toy data"
desc: "Data for testing purposes."
contents:
- starts_with("toy_")
- starts_with("create_toy")
- title: Checkmate functions
contents:
- starts_with("check_")
- starts_with("assert_")
- starts_with("test_")
- starts_with("expect_")
- title: "Miscellaneous"
contents:
- extract_data
- starts_with("dm_")
- .get_sim_time
- omit_derived_vars
- normalise_derived_vars
- sample_choice
- lookup_and_replace
- lookup_and_replace2
- condense_rows
- element_wise_expand_lists
- unnest_dt
- dt_group_and_sort
- validate_linkages
- is_dymium_class
- sim
- dsample
- title: Base classes
contents:
- Generic
- Entity
- Trans
- DataBackend
- ContainerGeneric