-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
78 lines (77 loc) · 2.06 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
# Generated by roxygen2: do not edit by hand
export(ReplicationTabuliser)
export(ReplicationsAlgorithm)
export(WelfordStats)
export(calc_arrivals)
export(calc_mean_serve_length)
export(calc_mean_wait)
export(calc_unseen_mean)
export(calc_unseen_n)
export(calc_utilisation)
export(confidence_interval_method)
export(filter_warmup)
export(get_run_results)
export(model)
export(parameters)
export(run_scenarios)
export(runner)
export(time_series_inspection)
export(valid_inputs)
importFrom(R6,R6Class)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(gridExtra,marrangeGrob)
importFrom(magrittr,"%>%")
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(simmer,add_generator)
importFrom(simmer,add_resource)
importFrom(simmer,get_attribute)
importFrom(simmer,get_mon_arrivals)
importFrom(simmer,get_mon_attributes)
importFrom(simmer,get_mon_resources)
importFrom(simmer,now)
importFrom(simmer,release)
importFrom(simmer,run)
importFrom(simmer,seize)
importFrom(simmer,set_attribute)
importFrom(simmer,simmer)
importFrom(simmer,timeout)
importFrom(simmer,trajectory)
importFrom(simmer,wrap)
importFrom(stats,rexp)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(utils,capture.output)
importFrom(utils,tail)