-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
111 lines (110 loc) · 2.84 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
# Generated by roxygen2: do not edit by hand
export(adpt_meta)
export(create_proj)
export(exploreplot)
export(fit_plot)
export(get_meta)
export(get_proj)
export(gof_plot)
export(incr_mdl)
export(module_dataexplore_server)
export(module_dataexplore_ui)
export(module_edit_server)
export(module_edit_ui)
export(module_fitplots_server)
export(module_fitplots_ui)
export(module_gof_server)
export(module_gof_ui)
export(module_metadata_server)
export(module_metadata_ui)
export(module_overview_server)
export(module_overview_ui)
export(module_pt_server)
export(module_pt_ui)
export(module_reports_server)
export(module_reports_ui)
export(module_run_server)
export(module_run_ui)
export(module_scripts_server)
export(module_scripts_ui)
export(module_settings_server)
export(module_settings_ui)
export(myalert)
export(numfmt)
export(overview)
export(par_table)
export(run_nmx)
export(run_shinymixr)
export(shinymixr_gadget)
export(sigdigs)
export(theme_shinyMixR)
export(tree_overview)
export(update_inits)
import(bs4Dash)
import(ggplot2)
import(gridExtra)
import(nlmixr2)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(magrittr,"%>%")
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,br)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,checkboxInput)
importFrom(shiny,conditionalPanel)
importFrom(shiny,debounce)
importFrom(shiny,div)
importFrom(shiny,em)
importFrom(shiny,eventReactive)
importFrom(shiny,exportTestValues)
importFrom(shiny,fluidRow)
importFrom(shiny,hr)
importFrom(shiny,icon)
importFrom(shiny,insertUI)
importFrom(shiny,invalidateLater)
importFrom(shiny,isTruthy)
importFrom(shiny,isolate)
importFrom(shiny,markdown)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,p)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactivePoll)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,removeModal)
importFrom(shiny,removeUI)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,sliderInput)
importFrom(shiny,span)
importFrom(shiny,stopApp)
importFrom(shiny,tabPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSliderInput)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,updateTextInput)
importFrom(shiny,verbatimTextOutput)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,getParseData)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,tail)