This repository has been archived by the owner on Oct 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
77 lines (76 loc) · 2.11 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(varsel_explore)
import(ggplot2)
import(projpred)
importFrom(DT,JS)
importFrom(DT,dataTableAjax)
importFrom(DT,dataTableOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,reloadData)
importFrom(DT,renderDataTable)
importFrom(DT,selectCells)
importFrom(DT,styleInterval)
importFrom(RColorBrewer,brewer.pal)
importFrom(bayesplot,theme_default)
importFrom(circlr,circle)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(ggrepel,geom_label_repel)
importFrom(graphics,plot)
importFrom(grid,unit.pmax)
importFrom(gtable,gtable)
importFrom(gtable,gtable_add_grob)
importFrom(htmltools,HTML)
importFrom(htmltools,div)
importFrom(htmltools,em)
importFrom(htmltools,h3)
importFrom(htmltools,h4)
importFrom(htmltools,h5)
importFrom(htmltools,tags)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rstanarm,get_x)
importFrom(scales,pretty_breaks)
importFrom(shiny,actionButton)
importFrom(shiny,column)
importFrom(shiny,debounce)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,invalidateLater)
importFrom(shiny,isolate)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,stopApp)
importFrom(shiny,uiOutput)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinyjs,runjs)
importFrom(shinyjs,toggleClass)
importFrom(shinyjs,useShinyjs)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,nobs)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,combn)