-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(add_patient)
export(calculate_mu_sigma)
export(create_output_df)
export(create_patient_df)
export(create_scenarios)
export(create_summary_df)
export(create_wait_df)
export(dis_end_slots)
export(dis_init_slots)
export(dis_los)
export(dis_los2)
export(import_file)
export(run_visit_sim)
export(save_visit)
export(save_visit_stoch)
export(sim_setup)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(foreach,"%do%")
importFrom(foreach,foreach)
importFrom(magrittr,"%>%")
importFrom(purrr,reduce)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(stats,quantile)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,tail)
importFrom(utils,write.csv)