-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.65 KB
/
Copy pathNAMESPACE
File metadata and controls
60 lines (59 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export(build_engine_with_llm_zip)
export(continue_workflow)
export(controller_evaluation)
export(controller_execution)
export(controller_inprocessing)
export(controller_postprocessing)
export(controller_preprocessing)
export(controller_publish)
export(controller_report)
export(controller_reportelement)
export(controller_resume_execution)
export(controller_split)
export(controller_training)
export(controller_vars)
export(create_dataset_bank)
export(flowengineR_start)
export(initialize_output_eval)
export(initialize_output_execution)
export(initialize_output_inprocessing)
export(initialize_output_postprocessing)
export(initialize_output_preprocessing)
export(initialize_output_publish)
export(initialize_output_report)
export(initialize_output_reportelement)
export(initialize_output_split)
export(initialize_output_train)
export(list_registered_engines)
export(log_msg)
export(merge_with_defaults)
export(prepare_resume_from_slurm_array)
export(register_engine)
export(resume_workflow)
export(run_workflow)
export(run_workflow_singlesplitloop)
export(select_training_data)
export(show_template)
importFrom(stats,IQR)
importFrom(stats,as.formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,str)
importFrom(utils,tail)