forked from ColinFay/hexmake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.45 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
export("%>%")
export(mod_about_server)
export(mod_about_ui)
export(mod_binder_server)
export(mod_binder_ui)
export(mod_dl_server)
export(mod_dl_ui)
export(mod_hexa_ui)
export(mod_image_server)
export(mod_image_ui)
export(mod_left_server)
export(mod_left_ui)
export(mod_main_server)
export(mod_main_ui)
export(mod_manip_image_server)
export(mod_manip_image_ui)
export(mod_my_hexes_server)
export(mod_my_hexes_ui)
export(mod_pkg_name_ui)
export(mod_rendering_server)
export(mod_rendering_ui)
export(mod_restore_server)
export(mod_restore_ui)
export(mod_right_server)
export(mod_right_ui)
export(mod_spotlight_ui)
export(mod_url_ui)
export(run_app)
import(magrittr)
importFrom(R6,R6Class)
importFrom(attempt,stop_if)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(cicerone,Cicerone)
importFrom(cicerone,use_cicerone)
importFrom(config,get)
importFrom(digest,digest)
importFrom(fs,file_copy)
importFrom(fs,file_delete)
importFrom(fs,file_temp)
importFrom(glue,glue)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,get_golem_options)
importFrom(golem,invoke_js)
importFrom(golem,with_golem_options)
importFrom(hexSticker,sticker)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(knitr,image_uri)
importFrom(magick,image_blur)
importFrom(magick,image_charcoal)
importFrom(magick,image_deskew)
importFrom(magick,image_despeckle)
importFrom(magick,image_emboss)
importFrom(magick,image_extent)
importFrom(magick,image_flip)
importFrom(magick,image_flop)
importFrom(magick,image_implode)
importFrom(magick,image_info)
importFrom(magick,image_modulate)
importFrom(magick,image_negate)
importFrom(magick,image_noise)
importFrom(magick,image_oilpaint)
importFrom(magick,image_orient)
importFrom(magick,image_read)
importFrom(magick,image_reducenoise)
importFrom(magick,image_rotate)
importFrom(magick,image_trim)
importFrom(magick,image_write)
importFrom(magick,noise_types)
importFrom(magrittr,"%>%")
importFrom(mongolite,gridfs)
importFrom(mongolite,mongo)
importFrom(purrr,pmap)
importFrom(purrr,walk)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,callModule)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,icon)
importFrom(shiny,imageOutput)
importFrom(shiny,incProgress)
importFrom(shiny,includeMarkdown)
importFrom(shiny,isolate)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,renderImage)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,updateCheckboxInput)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateTextInput)
importFrom(shiny,withProgress)
importFrom(sysfonts,font_families)
importFrom(tools,file_ext)
importFrom(tools,toTitleCase)
importFrom(utils,packageVersion)
importFrom(whereami,cat_where)
importFrom(whereami,whereami)