-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
176 lines (175 loc) · 4.27 KB
/
NAMESPACE
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
166
167
168
169
170
171
172
173
174
175
176
# Generated by roxygen2: do not edit by hand
S3method(add_log,Container)
S3method(add_log,Entity)
S3method(add_log,World)
S3method(extract_data,DataBackendDataFrame)
S3method(extract_data,Entity)
S3method(extract_data,World)
S3method(get_history,Container)
S3method(get_history,Entity)
S3method(get_log,Container)
S3method(get_log,Generic)
S3method(get_log,World)
S3method(makeModel,mlogit)
S3method(makeModel,train)
S3method(predict,ModelCustom)
S3method(predict,ModelMultinomialLogit)
S3method(simulate_choice,Model)
S3method(simulate_choice,WrappedModel)
S3method(simulate_choice,data.frame)
S3method(simulate_choice,glm)
S3method(simulate_choice,list)
S3method(simulate_choice,train)
S3method(summary,Model)
S3method(summary,ModelCustom)
export("%>%")
export(.get_sim_time)
export(Agent)
export(Asset)
export(Building)
export(BuildingCommercial)
export(BuildingIndustrial)
export(BuildingResidential)
export(Container)
export(ContainerGeneric)
export(DataBackend)
export(DataBackendDataFrame)
export(DataBackendDataTable)
export(DataBackendSpatialFeature)
export(Entity)
export(Environment)
export(Generic)
export(Household)
export(Individual)
export(MatchingMarket)
export(MatchingMarketOptimal)
export(MatchingMarketStochastic)
export(Model)
export(ModelBinaryChoice)
export(ModelCustom)
export(ModelLinear)
export(ModelMultinomialLogit)
export(Network)
export(Pipeline)
export(Population)
export(SupportedTransitionModels)
export(Target)
export(Trans)
export(TransitionClassification)
export(TransitionRegression)
export(World)
export(Zone)
export(add_entity)
export(add_history)
export(add_log)
export(alignment)
export(assert_entity)
export(assert_entity_ids)
export(assert_required_models)
export(assert_subset2)
export(assert_target)
export(assert_transition_supported_model)
export(check_entity)
export(check_entity_ids)
export(check_module)
export(check_module_version)
export(check_required_models)
export(check_subset2)
export(check_target)
export(check_transition_supported_model)
export(combine_histories)
export(create_scenario)
export(create_toy_population)
export(create_toy_world)
export(dm_get_model)
export(dm_save)
export(download_module)
export(dsample)
export(element_wise_expand_lists)
export(expect_entity)
export(expect_entity_ids)
export(expect_required_models)
export(expect_subset2)
export(expect_target)
export(expect_transition_supported_model)
export(extract_data)
export(get_active_scenario)
export(get_all_module_files)
export(get_history)
export(get_log)
export(get_models)
export(get_module_files)
export(get_module_versions)
export(get_modules)
export(get_sim_time)
export(get_supported_models)
export(get_transition)
export(inspect)
export(is_dymium_class)
export(is_scheduled)
export(lookup_and_replace)
export(lookup_and_replace2)
export(makeModel)
export(mutate_entity)
export(normalise_derived_vars)
export(omit_derived_varnames)
export(omit_derived_vars)
export(pick_models)
export(plot_history)
export(pop_register)
export(register)
export(remove_entity)
export(sample_choice)
export(set_active_scenario)
export(sim)
export(simulate_choice)
export(test_entity)
export(test_entity_ids)
export(test_required_models)
export(test_subset2)
export(test_target)
export(test_transition_supported_model)
export(transition)
export(unnest_dt)
export(use_event)
export(use_module)
export(use_module_readme)
export(validate_linkages)
export(which_max_n)
export(which_min_n)
import(R6)
import(data.table)
importFrom(checkmate,makeExpectation)
importFrom(checkmate,vname)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_li)
importFrom(cli,cli_text)
importFrom(cli,rule)
importFrom(cli,symbol)
importFrom(fs,dir_create)
importFrom(fs,path)
importFrom(fs,path_ext)
importFrom(fs,path_ext_remove)
importFrom(fs,path_ext_set)
importFrom(glue,glue)
importFrom(glue,glue_col)
importFrom(glue,glue_collapse)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(magrittr,freduce)
importFrom(magrittr,functions)
importFrom(magrittr,set_colnames)
importFrom(purrr,flatten_int)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map2_int)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(rlang,enexpr)
importFrom(usethis,use_directory)
importFrom(usethis,use_template)
importFrom(utils,download.file)
importFrom(utils,packageVersion)