-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
95 lines (94 loc) · 2.26 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
# Generated by roxygen2: do not edit by hand
export(CTS_Server)
export(CTS_add_covariate)
export(CTS_add_rule)
export(CTS_append_report)
export(CTS_change_source_model)
export(CTS_del_current_element)
export(CTS_fetch_code)
export(CTS_fetch_current_element)
export(CTS_fetch_ds)
export(CTS_fetch_sc_meta)
export(CTS_fetch_state)
export(CTS_init_state)
export(CTS_mk_preload)
export(CTS_new_element)
export(CTS_plot_element)
export(CTS_preload)
export(CTS_set_current_element)
export(CTS_sim_isgood)
export(CTS_simulate_element)
export(CTS_test_mksession)
export(CTS_update_checksum)
export(MB_Server)
export(MB_append_report)
export(MB_build_code)
export(MB_del_current_element)
export(MB_fetch_appends)
export(MB_fetch_catalog)
export(MB_fetch_code)
export(MB_fetch_component)
export(MB_fetch_current_element)
export(MB_fetch_mdl)
export(MB_fetch_state)
export(MB_init_state)
export(MB_mk_preload)
export(MB_new_element)
export(MB_preload)
export(MB_set_current_element)
export(MB_test_catalog)
export(MB_test_mksession)
export(MB_update_checksum)
export(MB_update_model)
export(NCA_Server)
export(NCA_append_report)
export(NCA_fetch_PKNCA_meta)
export(NCA_fetch_ana_ds)
export(NCA_fetch_ana_pknca)
export(NCA_fetch_code)
export(NCA_fetch_current_ana)
export(NCA_fetch_current_obj)
export(NCA_fetch_data_format)
export(NCA_fetch_ds)
export(NCA_fetch_np_meta)
export(NCA_fetch_state)
export(NCA_find_col)
export(NCA_mk_preload)
export(NCA_mkactive_ana)
export(NCA_new_ana)
export(NCA_preload)
export(NCA_process_current_ana)
export(NCA_set_current_ana)
export(NCA_test_mksession)
export(apply_route_map)
export(dose_records_builder)
export(fetch_rxinfo)
export(mk_figure_ind_obs)
export(mk_rx_obj)
export(mk_subjects)
export(mk_table_ind_obs)
export(mk_table_nca_params)
export(nca_builder)
export(plot_sr_ev)
export(plot_sr_tc)
export(ruminate)
export(ruminate_check)
export(run_nca_components)
export(rx2other)
export(simulate_rules)
import(dplyr)
import(formods)
import(ggplot2)
import(rhandsontable)
import(shiny)
import(tidyr)
importFrom(digest,digest)
importFrom(rlang,":=")
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(utils,head)