-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.9 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
# Generated by roxygen2: do not edit by hand
export(configure)
export(drop_configs)
export(extract_subsample_info)
export(fetch_aes)
export(fetch_association_state)
export(fetch_biomarker_params)
export(fetch_biomarkers)
export(fetch_dataset)
export(fetch_doses)
export(fetch_draws)
export(fetch_events)
export(fetch_hazard_betas)
export(fetch_labs)
export(fetch_lesion_biomarkers)
export(fetch_lesions)
export(fetch_pkpd)
export(fetch_predicted_biomarkers)
export(fetch_predicted_hazard)
export(fetch_predicted_median_survival)
export(fetch_predicted_survival)
export(fetch_quantiles)
export(fetch_subjects)
export(find_runs)
export(flog.logger)
export(format_quantiles_as_widths)
export(list_biomarker_names)
export(list_configs)
export(list_datasets)
export(list_models)
export(list_parameter_names)
export(list_predictive_names)
export(list_project_versions)
export(list_projects)
export(list_runs)
export(login)
export(prep_km_data)
export(prep_pkpd_data)
export(sample_groups)
import(checkmate)
import(cli)
import(keyring)
importFrom(RJSONIO,fromJSON)
importFrom(boot,inv.logit)
importFrom(broom,tidy)
importFrom(data.table,data.table)
importFrom(data.table,setkeyv)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(futile.logger,flog.logger)
importFrom(glue,glue_safe)
importFrom(httpcache,GET)
importFrom(httpcache,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(keyring,backend_file)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,ensyms)
importFrom(rlang,list2)
importFrom(survival,survfit)
importFrom(tidyr,hoist)
importFrom(utils,str)