-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
153 lines (152 loc) · 4.46 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
export(Bellman)
export(Grid_Matrix)
export(adjust_wv)
export(bellman_parallel_value)
export(check_Bellman_inc)
export(check_resh_vu_dec)
export(check_vu_dec)
export(constant_fill)
export(constraint_generator)
export(converged)
export(correct_outliers)
export(decr)
export(disable_constraint)
export(generate_constraints)
export(getPumpEfficiency)
export(getReservoirCapacity)
export(getSimulationNames)
export(get_Reward)
export(get_max_hydro)
export(get_reservoir_capacity)
export(hydro_cost)
export(incr)
export(interp_down)
export(just_plot_report)
export(mean_finite)
export(mean_or_inf)
export(monotonic_JM)
export(monotonic_JM2)
export(monotonic_VU)
export(names_reward)
export(next_week_value)
export(num_equal)
export(plot_Bellman)
export(plot_flow)
export(plot_generation)
export(plot_reservoir)
export(plot_reward)
export(plot_reward_mc)
export(plot_reward_variation)
export(plot_reward_variation_mc)
export(post_process)
export(quantile_or_inf)
export(readReservoirLevels)
export(readReservoirLevelsV6)
export(readReservoirLevelsV7)
export(remove_out)
export(report_data)
export(resetHydroStorage)
export(resetPumpPower)
export(restoreHydroStorage)
export(restorePumpPower)
export(runWaterValuesSimulation)
export(setupWaterValuesSimulation)
export(shiny_water_values)
export(simulation_names_values)
export(states_to_percent)
export(to_Antares_Format)
export(unregister)
export(value_node_gen)
export(waterValuesViz)
import(data.table)
import(shiny, except =c(dataTableOutput,renderDataTable))
import(shinyWidgets)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(antaresEditObject,createArea)
importFrom(antaresEditObject,createBindingConstraint)
importFrom(antaresEditObject,createCluster)
importFrom(antaresEditObject,createDistrict)
importFrom(antaresEditObject,createLink)
importFrom(antaresEditObject,editArea)
importFrom(antaresEditObject,editBindingConstraint)
importFrom(antaresEditObject,filteringOptions)
importFrom(antaresEditObject,is_antares_v7)
importFrom(antaresEditObject,propertiesLinkOptions)
importFrom(antaresEditObject,readIniFile)
importFrom(antaresEditObject,removeArea)
importFrom(antaresEditObject,removeBindingConstraint)
importFrom(antaresEditObject,runSimulation)
importFrom(antaresEditObject,updateGeneralSettings)
importFrom(antaresEditObject,writeIni)
importFrom(antaresEditObject,writeInputTS)
importFrom(antaresEditObject,writeWaterValues)
importFrom(antaresRead,getAreas)
importFrom(antaresRead,getDistricts)
importFrom(antaresRead,readAntares)
importFrom(antaresRead,readClusterDesc)
importFrom(antaresRead,readInputTS)
importFrom(antaresRead,setSimulationPath)
importFrom(antaresRead,simOptions)
importFrom(assertthat,assert_that)
importFrom(bsplus,`%>%`)
importFrom(bsplus,bs_embed_popover)
importFrom(bsplus,shinyInput_label_embed)
importFrom(bsplus,shiny_iconlink)
importFrom(cowplot,draw_label)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(data.table,CJ)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(shinyBS,addPopover)
importFrom(shinyBS,bsTooltip)
importFrom(shinybusy,add_busy_gif)
importFrom(shinybusy,remove_modal_spinner)
importFrom(shinybusy,show_modal_spinner)
importFrom(shinycustomloader,withLoader)
importFrom(shinyjs,useShinyjs)
importFrom(shinythemes,shinytheme)
importFrom(spsComps,shinyCatch)
importFrom(spsUtil,quiet)
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tidyr,pivot_wider)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)
importFrom(viridis,scale_fill_viridis)
importFrom(zoo,na.approx)
importFrom(zoo,na.spline)