NEWS
oRaklE 1.0.2 (2025-11-21)
Major changes
- Updated ENTSO-E data retrieval logic.
Due to changes in the Transparency Platform API, the previous version of get_entsoE_data() could no longer retrieve data correctly.
The function has been adapted to the new XML structure.
- Replaced all
stop() calls during GET requests with safe message() + graceful return
to comply with CRAN policies.
Bug fixes
- Fixed an issue where non dynamic column referencing could fail to retrieve the correct macro economic indicators
for some countries from the WEO Outlook data
oRaklE 1.0.1 (2025-05-05)
Bug fixes
decompose_load_data() example no longer fails on macOS because of floating‑point precision differences.
mid_term_future() example no longer fails on macOS for the same reason.
Documentation
- Added NEWS.md to track changes.
- Updated the DOI for Zimmermann & Ziel (2024) from the preprint to the published article.
Improvements
- Added more robust error handling to all functions that call the date.nager.at API; occasional site overloads were causing intermittent failures.