-
Notifications
You must be signed in to change notification settings - Fork 122
Project - Amelia Shuler #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for mucss-dataviz ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
There are issues with adding the external annotations. I've tried several methods and can't get it to work. The code will run in a R file, but not in the chunks of the .Rmd |
Enchufa2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments.
Please ensure that you follow the project guidelines: https://csslab.uc3m.es/dataviz/tutorials/project/#project-guidelines. And let me know when you have 100% completion by marking the pull request as "ready for review".
| Tracking the generation and storage of energy in Spain April 28th, 2025. | ||
| categories: "2025" | ||
| author: Amelia Shuler | ||
| date: 2025-12-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"`r Sys.Date()`" instead, so that the date is updated for every compilation.
| date: 2025-12-11 | ||
| output: | ||
| distill::distill_article: | ||
| self_contained: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add missing toc: true
| knitr::opts_chunk$set(out.width="100%", fig.align="center", fig.showtext=TRUE) | ||
| ``` | ||
|
|
||
| # Introduction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start at level 2
| As mentioned before, Red Eléctrica [offers access](https://demanda.ree.es/visiona/peninsula/nacionalau/acumulada/2025-04-28) to their historical generation and storage data as convenient .csv files. While most of the data is contained in "Estructura de generación", "Estructura de almacenamiento" provided turbinación bombeo, consumo bombeo, entrega de baterías, and carga de baterías. "Seguimiento de la demanda de energía eléctria" provided the data for the "real demand" line. | ||
|
|
||
| ```{r data sets} | ||
| generacion <- read.csv(file = "100575891_files/data/Custom-Report-2025-04-28-Estructura de generación (MW).csv") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to move the data folder outside the 100575891_files folder, which is autogenerated in the compilation process.
No description provided.