-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
executable file
·174 lines (173 loc) · 4.7 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
# Generated by roxygen2: do not edit by hand
S3method(filter,nonmem_run)
S3method(group_by,nonmem_run)
S3method(print,nonmem_control_stream)
S3method(print,nonmem_run)
S3method(slice,nonmem_run)
S3method(summary,nonmem_control_stream)
S3method(ungroup,nonmem_run)
export("%>%")
export(EXAMPLERUN)
export(compare_runs)
export(detect_outliers)
export(filter)
export(group_by)
export(load_nm_run)
export(nm_check)
export(nm_exec)
export(nm_exec2)
export(nm_prior)
export(nm_reserved_names)
export(nm_simulation)
export(parse_nm_control_stream)
export(parse_nm_ext)
export(parse_nm_phi)
export(plot_categorical_covariates_distributions)
export(plot_continuous_covariates_distributions)
export(plot_convergence)
export(plot_covariates_correlations)
export(plot_dv_vs_predictions)
export(plot_individual_ofv)
export(plot_individual_profiles)
export(plot_observed_profiles)
export(plot_ofv)
export(plot_parameters_correlations)
export(plot_parameters_distributions)
export(plot_parameters_vs_categorical_covariates)
export(plot_parameters_vs_continuous_covariates)
export(plot_residuals)
export(quality_criteria)
export(recode_categorical_covariates)
export(rename_compartments)
export(rename_covariates)
export(set_compartments_units)
export(slice)
export(summarize_categorical_covariates)
export(summarize_continuous_covariates)
export(summarize_covariates_correlations)
export(summarize_etabars)
export(summarize_omega)
export(summarize_parameters_correlations)
export(summarize_parameters_distributions)
export(summarize_parameters_vs_continuous_covariates)
export(summarize_shrinkage)
export(summarize_sigma)
export(summarize_thetas)
export(switch_covariates_type)
export(theme_pmx)
export(ungroup)
import(XML)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,groups)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_at)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(lubridate,interval)
importFrom(lubridate,seconds)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,modify)
importFrom(purrr,modify_if)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,quietly)
importFrom(purrr,safely)
importFrom(purrr,update_list)
importFrom(readr,parse_number)
importFrom(readr,read_delim)
importFrom(readr,read_file)
importFrom(readr,read_lines)
importFrom(readr,read_table)
importFrom(readr,write_lines)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,as_quosure)
importFrom(rlang,caller_env)
importFrom(rlang,parse_quo)
importFrom(rlang,quo)
importFrom(rlang,quos)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,boundary)
importFrom(stringr,fixed)
importFrom(stringr,invert_match)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_locate)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(stringr,word)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,extract)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,nesting)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)