Jährlich genehmigte Windenergieleistung in Deutschland mit Stand vom 10.07.2025.
Genehmigt bedeutet noch nicht gebaut oder in Betrieb. Nicht alle Anlagen benötigen eine Genehmigung.
Der Datenbestand enthält ggf. unplausible Datensätze.
Anmerkung: Erster Versuch einer #Datenanalyse. 😁 Hinweise gerne. Wünsche nur gegen Geld. 🤪
Linear programs help to find optimal solutions based on a set of constrains. I used {ompr} before, but the new package {tidyLP} looks promising and integrates with the tidyverse. #rstats #linearprograms #optimization
SAG-AFTRA ends the 300 day video game actors strike after reaching a tentative deal for a new Interactive Media Agreement with the major video game companies (Jennifer Maas/Variety)
https://variety.com/2025/gaming/news/video-game-actors-strike-ends-…
Im using case_when() quite a lot, case_match() is new to me: #rstats
{nplyr} has helper functions to work on nested dataframes: #rstats #datascience
I have a habbit of making (too) many (small) packages for functionality that might be reused in different context. {box} might be an alternative by making scripts into modlues that can be loaded: #RStats