acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 4 forks source link

Convert figures from OJS to R on prices page #63

Closed ianalexmac closed 2 months ago

ianalexmac commented 2 months ago

This PR is the first iteration of our effort to convert figures from OJS to R in an effort to render both HTML and PDF from a single codebase. For our first pass, we have rendered interactive ggplot visuals on the Prices page, which can be seen live here: https://ianalexmac.github.io/aetr-web-book-2024/prices.html

Compare these visuals above to the ones currently on the AETR prices page, seen here: https://acep-uaf.github.io/aetr-web-book-2024/prices.html

Note: in order to run this new R code, I set up package management using renv. This required some modifications of the GitHub workflow.