forked from Avi-Kenny/SimEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 652 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 652 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(get_complex,sim_obj)
S3method(print,sim_obj)
S3method(run,sim_obj)
S3method(set_config,sim_obj)
S3method(set_levels,sim_obj)
S3method(set_script,sim_obj)
S3method(summarize,sim_obj)
S3method(update_sim,sim_obj)
S3method(vars,sim_obj)
export(batch)
export(get_complex)
export(js_support)
export(new_sim)
export(run)
export(run_on_cluster)
export(set_config)
export(set_levels)
export(set_script)
export(summarize)
export(update_sim)
export(update_sim_on_cluster)
export(use_method)
export(vars)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,runif)