-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
75 lines (74 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(plot_stock_trends_app)
export(run_app)
import(ggplot2)
import(leaflet)
import(shiny)
importFrom(bslib,card)
importFrom(bslib,card_body)
importFrom(bslib,card_header)
importFrom(bslib,card_image)
importFrom(bslib,layout_column_wrap)
importFrom(bslib,layout_sidebar)
importFrom(bslib,nav_panel)
importFrom(bslib,navset_tab)
importFrom(bslib,sidebar)
importFrom(datamods,select_group_server)
importFrom(datamods,select_group_ui)
importFrom(desc,desc_get_version)
importFrom(dplyr,anti_join)
importFrom(dplyr,case_match)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarize_all)
importFrom(dplyr,ungroup)
importFrom(ggplot2,ggtitle)
importFrom(ggthemes,tableau_color_pal)
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(icesFO,plot_CLD_bar)
importFrom(icesFO,plot_GES_pies)
importFrom(icesFO,plot_catch_trends)
importFrom(icesFO,plot_discard_current)
importFrom(icesFO,plot_discard_trends)
importFrom(icesFO,plot_effort_map)
importFrom(icesFO,plot_kobe)
importFrom(icesFO,plot_sar_map)
importFrom(icesFO,plot_status_prop_pies)
importFrom(icesFO,plot_stock_trends)
importFrom(leaflet,hideGroup)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,showGroup)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(mixfishtools,plot_catchScenStk)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(reactable,colDef)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(scales,breaks_extended)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,updateVirtualSelect)
importFrom(shinyWidgets,virtualSelectInput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,onclick)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)