-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
69 lines (68 loc) · 1.95 KB
/
NAMESPACE
File metadata and controls
69 lines (68 loc) · 1.95 KB
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
# Generated by roxygen2: do not edit by hand
export(download_player_game_plot)
export(output_player_game_plot)
export(run_app)
import(dbplyr)
import(shiny)
import(utils)
importFrom(RPostgres,Postgres)
importFrom(aws.s3,get_bucket)
importFrom(aws.s3,s3readRDS)
importFrom(bslib,bs_theme)
importFrom(bslib,font_google)
importFrom(cowplot,draw_image)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,tbl)
importFrom(geomtextpath,geom_textsmooth)
importFrom(ggiraph,geom_point_interactive)
importFrom(ggiraph,girafe)
importFrom(ggiraph,girafeOutput)
importFrom(ggiraph,opts_hover_inv)
importFrom(ggiraph,opts_selection)
importFrom(ggiraph,renderGirafe)
importFrom(ggplot2,ggsave)
importFrom(ggrepel,geom_label_repel)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(magick,image_read)
importFrom(pool,dbPool)
importFrom(pool,poolClose)
importFrom(reactable,colDef)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(rlang,.data)
importFrom(scales,alpha)
importFrom(sever,sever)
importFrom(sever,useSever)
importFrom(shiny,HTML)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyWidgets,awesomeCheckbox)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyjs,hidden)
importFrom(shinyjs,onclick)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,lm)
importFrom(waiter,autoWaiter)
importFrom(waiter,spin_hexdots)
importFrom(waiter,transparent)
importFrom(waiter,use_waiter)