-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
180 lines (179 loc) · 5.39 KB
/
NAMESPACE
File metadata and controls
180 lines (179 loc) · 5.39 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Generated by roxygen2: do not edit by hand
export(accounting_point_eic)
export(activated_balancing_prices)
export(aggregated_balancing_energy_bids)
export(aggregated_bids)
export(all_allocated_eic)
export(all_approved_eic)
export(allocated_transfer_capacities_3rd_countries)
export(allocation_of_cross_zonal_balancing_cap)
export(already_allocated_total_capacity)
export(area_eic)
export(auction_revenue)
export(balancing_border_cap_limit)
export(balancing_energy_bids)
export(changes_to_bid_availability)
export(congestion_income)
export(continuous_offered_transfer_capacities)
export(continuous_offered_transfer_capacity)
export(contracted_reserves)
export(costs_of_congestion_management)
export(countertrading)
export(cross_border_physical_flows)
export(current_balancing_state)
export(day_ahead_commercial_sched)
export(elastic_demands)
export(energy_prices)
export(exchanged_volumes)
export(exchanged_volumes_per_border)
export(expansion_and_dismantling_project)
export(explicit_offered_transfer_capacities)
export(explicit_offered_transfer_capacity)
export(fcr_total_capacity)
export(financial_expenses_and_income)
export(flow_based_allocations)
export(forecasted_transfer_capacities)
export(gen_day_ahead_forecast)
export(gen_installed_capacity_per_pt)
export(gen_installed_capacity_per_pu)
export(gen_per_gen_unit)
export(gen_per_prod_type)
export(gen_storage_mean_filling_rate)
export(gen_wind_solar_forecasts)
export(get_news)
export(hvdc_link_constrains)
export(imbalance_prices)
export(imbalance_volumes)
export(implicit_offered_transfer_capacities)
export(implicit_offered_transfer_capacity)
export(intraday_cross_border_transfer_limits)
export(intraday_prices)
export(load_actual_total)
export(load_day_ahead_total_forecast)
export(load_month_ahead_total_forecast)
export(load_week_ahead_total_forecast)
export(load_year_ahead_forecast_margin)
export(load_year_ahead_total_forecast)
export(location_eic)
export(net_positions)
export(net_transfer_capacities)
export(netted_volumes)
export(netted_volumes_per_border)
export(outages_both)
export(outages_cons_units)
export(outages_fallbacks)
export(outages_gen_units)
export(outages_offshore_grid)
export(outages_prod_units)
export(outages_transmission_grid)
export(party_eic)
export(procured_balancing_capacity)
export(redispatching_cross_border)
export(redispatching_internal)
export(resource_object_eic)
export(rr_and_frr_actual_capacity)
export(shares_of_fcr_capacity)
export(sharing_of_rr_and_frr_capacity)
export(substation_eic)
export(there_is_provider)
export(tie_line_eic)
export(total_commercial_sched)
export(total_nominated_capacity)
importFrom(cachem,cache_mem)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_count)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_flag)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_string)
importFrom(checkmate,test_string)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_progress)
importFrom(httr2,req_retry)
importFrom(httr2,req_timeout)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_user_agent)
importFrom(httr2,req_verbose)
importFrom(httr2,request)
importFrom(httr2,resp_body_html)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_raw)
importFrom(httr2,resp_body_xml)
importFrom(httr2,resp_content_type)
importFrom(httr2,resp_status)
importFrom(httr2,resp_status_desc)
importFrom(lubridate,days)
importFrom(lubridate,duration)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(snakecase,to_snake_case)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_1)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(tidyr,fill)
importFrom(tidyr,nest)
importFrom(tidyr,unite)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,as_xml_document)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_children)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_length)
importFrom(xml2,xml_name)
importFrom(xml2,xml_text)
importFrom(xmlconvert,xml_to_list)