-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
54 lines (53 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(addMethod)
export(addOutputParser)
export(addScenario)
export(addScore)
export(add_method)
export(add_output_parser)
export(add_scenario)
export(add_score)
export(getOutputtypes)
export(get_input_types)
export(get_meta_types)
export(get_output_types)
export(listMethods)
export(listScenarios)
export(listScores)
export(list_methods)
export(list_output_parsers)
export(list_scenarios)
export(list_scores)
export(listoutputParsers)
export(loadExample)
export(load_example)
export(new.dsc)
export(new_dsc)
export(reset_dsc)
export(reset_method)
export(reset_scenario)
export(run_dsc)
export(shiny_plot)
export(sourceDir)
export(source_dir)
importFrom(assertthat,assert_that)
importFrom(dplyr,filter)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,ggplot)
importFrom(magrittr,"%>%")
importFrom(plyr,ldply)
importFrom(rlang,UQ)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,headerPanel)
importFrom(shiny,mainPanel)
importFrom(shiny,pageWithSidebar)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyServer)
importFrom(shiny,shinyUI)
importFrom(shiny,sidebarPanel)
importFrom(stats,as.formula)