-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
105 lines (104 loc) · 3.1 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
# Generated by roxygen2: do not edit by hand
export(.pp)
export(add_customer)
export(create_payment)
export(create_payment_module)
export(create_payment_module_ui)
export(create_stripe_customer)
export(credit_card_module)
export(credit_card_module_ui)
export(credit_card_payment_module)
export(free_trial_banner_module)
export(free_trial_banner_module_ui)
export(get_customers)
export(get_stripe_customer)
export(get_stripe_subscription)
export(go_to_payments)
export(payments_app_server)
export(payments_app_ui)
export(payments_server)
export(payments_ui)
export(polished_payments_config)
export(set_stripe_payment_method)
export(update_customer)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(htmltools,HTML)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(polished,.polished)
importFrom(polished,api_list_to_df)
importFrom(polished,get_api_key)
importFrom(polished,normalize_ui)
importFrom(polished,polished_api_res)
importFrom(polished,profile_module)
importFrom(polished,profile_module_ui)
importFrom(polished,remove_query_string)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,callModule)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,getQueryString)
importFrom(shiny,icon)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,parseQueryString)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,registerInputHandler)
importFrom(shiny,removeModal)
importFrom(shiny,renderPrint)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,showModal)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateQueryString)
importFrom(shinyFeedback,loadingButton)
importFrom(shinyFeedback,resetLoadingButton)
importFrom(shinyFeedback,showToast)
importFrom(shinyFeedback,useShinyFeedback)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItems)
importFrom(shinyjs,delay)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,showElement)
importFrom(shinyjs,useShinyjs)
importFrom(tibble,as_tibble)
importFrom(waiter,spin_fading_circles)
importFrom(waiter,use_waiter)
importFrom(waiter,waiter_hide)
importFrom(waiter,waiter_show_on_load)