-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (30 loc) · 959 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(report_issue_module)
export(report_issue_module_dash_ui)
importFrom(gh,gh)
importFrom(googleCloudStorageR,gcs_upload)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(shiny,NS)
importFrom(shiny,addResourcePath)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveVal)
importFrom(shiny,removeModal)
importFrom(shiny,showModal)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shinyFeedback,hideFeedback)
importFrom(shinyFeedback,loadingButton)
importFrom(shinyFeedback,resetLoadingButton)
importFrom(shinyFeedback,showFeedbackDanger)
importFrom(shinyFeedback,showToast)
importFrom(shinyFeedback,useShinyFeedback)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,onclick)
importFrom(uuid,UUIDgenerate)