Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: entsoeapi
Type: Package
Title: An R Wrapper for the European Network of Transmission System Operators for Electricity Application Programming Interface
Version: 0.9.2.0
Version: 0.9.3.0
Authors@R: c(person("Kenneth", "Rose", role="aut", email="kennethrose82@gmail.com"),
person("Sándor", "Budai", role=c("aut", "cre"), email="sbudai.ga@gmail.com"))
Description: Simple and standardized wrappers around Entso-E API's Market, Load, Generation,
Expand Down
17 changes: 17 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
# Generated by roxygen2: do not edit by hand

export(accounting_point_eic)
export(activated_balancing_prices)
export(aggregated_balancing_energy_bids)
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_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(day_ahead_prices)
export(elastic_demands)
export(exchanged_volumes)
export(exchanged_volumes_per_border)
export(expansion_and_dismantling_project)
export(explicit_offered_transfer_capacity)
export(fcr_total_capacity)
export(financial_expenses_and_income_for_balancing)
export(flow_based_allocations)
export(forecasted_transfer_capacities)
export(gen_day_ahead_forecast)
Expand All @@ -27,6 +37,9 @@ export(gen_per_gen_unit)
export(gen_per_prod_type)
export(gen_storage_mean_filling_rate)
export(gen_wind_solar_forecasts)
export(hvdc_link_constrains)
export(imbalance_prices)
export(imbalance_volumes)
export(implicit_offered_transfer_capacity)
export(intraday_cross_border_transfer_limits)
export(load_actual_total)
Expand All @@ -46,9 +59,13 @@ 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_actual_capacity)
export(rr_and_frr_actual_capacity)
export(shares_of_fcr_capacity)
export(substation_eic)
export(tie_line_eic)
export(total_commercial_sched)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# entsoeapi v0.9.3.0 (2026-03-01)

## New functionality

- The beta versions of `exchanged_volumes_per_border()`, `hvdc_link_constrains()`, `changes_to_bid_availability()`, `current_balancing_state()`, `balancing_energy_bids()`, `aggregated_balancing_energy_bids()`, `procured_balancing_capacity()`, `allocation_of_cross_zonal_balancing_cap()`, `contracted_reserves()`, `activated_balancing_prices()`, `imbalance_prices()`, `imbalance_volumes()`, `financial_expenses_and_income_for_balancing()`, `fcr_total_capacity()`, `shares_of_fcr_capacity()`, `rr_and_frr_actual_capacity()` and `rr_actual_capacity()` queries have been introduced.

## Miscellaneous

- The warnings about not attached type names, eic names and definitions have been changed to simple console messages.
- Minor under the hood improvements and fixes.

# entsoeapi v0.9.2.0 (2026-02-23)

## New functionality
Expand Down
Loading