-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(calcFPSFlow)
export(calcFishBearingFlow)
export(calcTempSplit)
export(distributeFishDaily)
export(distributeFish_outlets)
export(distributeFlow_Survival_gates)
export(fetchDPE)
export(loadFromTemplate)
export(loadFromWorkbook)
export(loadResSim)
export(runApp)
export(runFBW)
export(summarizeFBW)
import(ggplot2)
import(openxlsx)
import(rhandsontable)
import(shiny)
import(shinyBS)
import(shinycssloaders)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter_all)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(formattable,formattableOutput)
importFrom(formattable,renderFormattable)
importFrom(lubridate,"%within%")
importFrom(lubridate,day)
importFrom(lubridate,days_in_month)
importFrom(lubridate,interval)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(shinyjs,click)
importFrom(shinythemes,shinytheme)
importFrom(stats,approxfun)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,pivot_longer)
importFrom(utils,capture.output)
importFrom(utils,head)