-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
192 lines (191 loc) · 4.68 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# Generated by roxygen2: do not edit by hand
export(Arm)
export(BinomialDistribution)
export(Bolus)
export(Bootstrap)
export(BootstrapDistribution)
export(ConstantDistribution)
export(Covariate)
export(Dataset)
export(DatasetConfig)
export(Declare)
export(DiscreteDistribution)
export(DoseAdaptation)
export(EtaDistribution)
export(Event)
export(EventCovariate)
export(Events)
export(FixedDistribution)
export(FunctionDistribution)
export(Hardware)
export(IOV)
export(Infusion)
export(LogNormalDistribution)
export(NOCB)
export(NormalDistribution)
export(Observations)
export(Occasion)
export(Outfun)
export(PI)
export(ParameterDistribution)
export(Progress)
export(Scenario)
export(Scenarios)
export(Settings)
export(SimulationProgress)
export(Solver)
export(TimeVaryingCovariate)
export(UniformDistribution)
export(VPC)
export(applyScenario)
export(campsis_handler)
export(convertTime)
export(days)
export(dosingOnly)
export(generateIIV)
export(generateIIV_)
export(getAvailableTimeUnits)
export(getCovariates)
export(getEventCovariates)
export(getFixedCovariates)
export(getIOVs)
export(getOccasions)
export(getSeedForDatasetExport)
export(getSeedForIteration)
export(getSeedForParametersSampling)
export(getSplittingConfiguration)
export(getTimeVaryingCovariates)
export(getTimes)
export(hours)
export(minutes)
export(months)
export(obsOnly)
export(onCI)
export(onCran)
export(retrieveParameterValue)
export(sample)
export(scatterPlot)
export(seconds)
export(setLabel)
export(setSubjects)
export(setupPlanDefault)
export(setupPlanSequential)
export(shadedPlot)
export(simulate)
export(spaghettiPlot)
export(standardiseTime)
export(vpcPlot)
export(weeks)
export(years)
exportClasses(arm)
exportClasses(arms)
exportClasses(bolus)
exportClasses(bootstrap)
exportClasses(bootstrap_distribution)
exportClasses(constant_distribution)
exportClasses(covariate)
exportClasses(covariates)
exportClasses(dataset)
exportClasses(dataset_config)
exportClasses(declare_settings)
exportClasses(distribution)
exportClasses(dose_adaptation)
exportClasses(dose_adaptations)
exportClasses(event)
exportClasses(event_covariate)
exportClasses(events)
exportClasses(fixed_covariate)
exportClasses(fixed_distribution)
exportClasses(function_distribution)
exportClasses(hardware_settings)
exportClasses(infusion)
exportClasses(mrgsolve_engine)
exportClasses(nocb_settings)
exportClasses(observations)
exportClasses(observations_set)
exportClasses(occasion)
exportClasses(occasions)
exportClasses(output_function)
exportClasses(progress_settings)
exportClasses(protocol)
exportClasses(rxode_engine)
exportClasses(scenario)
exportClasses(scenarios)
exportClasses(simulation_engine)
exportClasses(simulation_progress)
exportClasses(simulation_settings)
exportClasses(solver_settings)
exportClasses(time_varying_covariate)
exportClasses(treatment)
exportClasses(treatment_iov)
exportClasses(treatment_iovs)
exportClasses(undefined_distribution)
import(campsismod)
importFrom(assertthat,assert_that)
importFrom(campsismod,export)
importFrom(campsismod,select)
importFrom(digest,sha1)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,row_number)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_imap_dfr)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future,tweak)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ylab)
importFrom(methods,callNextMethod)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(progressr,progressor)
importFrom(purrr,accumulate)
importFrom(purrr,detect)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_df)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_function)
importFrom(rlang,is_formula)
importFrom(rlang,parse_expr)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)