-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 812 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 812 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
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method("&",rxsim_trigger)
S3method("|",rxsim_trigger)
export(Condition)
export(Population)
export(Timer)
export(Trial)
export(add_timepoints)
export(calendar_trigger)
export(clone_trial)
export(collect_results)
export(count_trigger)
export(enroll_trigger)
export(gen_plan)
export(gen_population)
export(gen_timepoints)
export(get_col_names)
export(prettify_results)
export(replicate_trial)
export(run_trials)
export(trigger_by_calendar)
export(trigger_by_fraction)
export(value_trigger)
export(vector_to_dataframe)
importFrom(dplyr,.data)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(rlang,":=")
importFrom(rlang,enquos)
importFrom(utils,tail)