-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.94 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
# Generated by roxygen2: do not edit by hand
export(.getUserRecord)
export(crunchFillPage)
export(crunchFluidPage)
export(crunchNavbarPage)
export(crunchPage)
export(crunchyBody)
export(crunchyPublicBody)
export(crunchyServer)
export(crunchyUnauthorizedBody)
export(listDatasetGadget)
export(makeArrayGadget)
export(setCrunchyAuthorization)
export(shinyDataset)
export(shinyUser)
export(withCrunchyProgress)
importFrom(crunch,aliases)
importFrom(crunch,categories)
importFrom(crunch,crGET)
importFrom(crunch,is.Categorical)
importFrom(crunch,is.dataset)
importFrom(crunch,listDatasets)
importFrom(crunch,me)
importFrom(crunch,projects)
importFrom(crunch,tokenAuth)
importFrom(crunch,variables)
importFrom(httpcache,halt)
importFrom(httpcache,uncached)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(miniUI,miniTabPanel)
importFrom(miniUI,miniTabstripPanel)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,insertText)
importFrom(rstudioapi,verifyAvailable)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,column)
importFrom(shiny,dialogViewer)
importFrom(shiny,div)
importFrom(shiny,fillPage)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h3)
importFrom(shiny,includeCSS)
importFrom(shiny,includeScript)
importFrom(shiny,isolate)
importFrom(shiny,navbarPage)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,setProgress)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyServer)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateCheckboxGroupInput)
importFrom(shiny,withProgress)