-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
194 lines (193 loc) · 5.27 KB
/
NAMESPACE
File metadata and controls
194 lines (193 loc) · 5.27 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
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
193
194
# Generated by roxygen2: do not edit by hand
S3method(calculate_ratios,PKNCAresults)
S3method(calculate_ratios,data.frame)
S3method(interval_add_impute,PKNCAdata)
S3method(interval_add_impute,data.frame)
S3method(interval_remove_impute,PKNCAdata)
S3method(interval_remove_impute,data.frame)
export(PKNCA_build_units_table)
export(PKNCA_calculate_nca)
export(PKNCA_create_data_object)
export(PKNCA_hl_rules_exclusion)
export(PKNCA_impute_method_start_c1)
export(PKNCA_impute_method_start_logslope)
export(PKNCA_update_data_object)
export(add_exclusion_reasons)
export(add_f_to_pknca_results)
export(add_label_attribute)
export(add_settings_version)
export(adjust_class_and_length)
export(apply_filters)
export(apply_labels)
export(apply_mapping)
export(apply_unit_defaults)
export(calculate_f)
export(calculate_ratios)
export(calculate_summary_stats)
export(calculate_table_ratios)
export(convert_volume_units)
export(create_metabfl)
export(create_settings_version)
export(create_start_impute)
export(delete_settings_version)
export(detect_study_types)
export(dose_profile_duplicates)
export(exploration_individualplot)
export(exploration_meanplot)
export(export_cdisc)
export(filter_breaks)
export(flexible_violinboxplot)
export(format_pkncaconc_data)
export(format_pkncadata_intervals)
export(format_pkncadose_data)
export(g_lineplot)
export(g_pkcg01_lin)
export(g_pkcg01_log)
export(g_pkcg02_lin)
export(g_pkcg02_log)
export(g_pkcg03_lin)
export(g_pkcg03_log)
export(generate_pre_specs)
export(generate_tooltip_text)
export(get_conversion_factor)
export(get_halflife_plots)
export(get_label)
export(get_settings_code)
export(interval_add_impute)
export(interval_remove_impute)
export(l_pkcl01)
export(multiple_matrix_ratios)
export(parse_annotation)
export(pivot_wider_pknca_results)
export(pk.calc.ermax)
export(pk.calc.ertlst)
export(pk.calc.ertmax)
export(pk.calc.volpk)
export(pk_dose_qc_plot)
export(pkcg01)
export(pkcg02)
export(pkcg03)
export(pknca_calculate_f)
export(read_pk)
export(read_settings)
export(read_versioned_settings)
export(remove_pp_not_requested)
export(run_app)
export(settings_version_summary)
export(simplify_unit)
export(translate_terms)
export(update_main_intervals)
export(write_versioned_settings)
import(dplyr)
import(formatters)
import(ggplot2)
import(tidyr)
importFrom(PKNCA,exclude)
importFrom(PKNCA,get.parameter.deps)
importFrom(PKNCA,pk.calc.c0)
importFrom(PKNCA,pk.nca)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rows_update)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(formatters,`var_labels<-`)
importFrom(formatters,var_labels)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme_bw)
importFrom(glue,glue)
importFrom(grid,convertUnit)
importFrom(magrittr,`%>%`)
importFrom(plotly,add_lines)
importFrom(plotly,event_register)
importFrom(plotly,add_trace)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_build)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,map2_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,reduce)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tern,g_ipp)
importFrom(tidyr,crossing)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tools,file_ext)
importFrom(units,deparse_unit)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(units,units_options)
importFrom(bslib,page_sidebar)
importFrom(htmltools,tags)
importFrom(htmlwidgets,onRender)
importFrom(logger,log_info)
importFrom(reactable,reactable)
importFrom(reactable.extras,reactable_extras_dependency)
importFrom(shiny,runApp)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyjs,useShinyjs)
importFrom(shinyjqui,orderInput)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(writexl,write_xlsx)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(zip,zipr)