Visualisierung von Daten der Kulturstatistik
Entwicklung der Sendezeit von Musik- und Wortsendungen der Öffentlich-rechtlichen Rundfunkanstalten in Deutschland.
#rstats #datavis #opendata
"… bis Anfang 2027 zusammengenommen mindestens 16 Radioprogramme einsparen. Künftig soll jede ARD-Anstalt nämlich bloß noch je vier Wellen betreiben dürfen, dazu pro sechs Millionen Einwohnern im Sendegebiet eine weitere."
https://www.sueddeutsche.de/medien/ard-radio-reform-streichung-von-programmen-li.3274437
Daten
https://www-genesis.destatis.de/datenbank/online/statistic/21611/table/21611-0020
Code
https://github.com/wahlatlas/api/tree/main/kulturstatistik
RE: https://fosstodon.org/@tylermorganwall/116454548093886803
I implemented a fork of {targets} which provides the necessary changes to support {mori} shared memory regions! Check out the discussion thread below to learn more about the implementation:
https://github.com/ropensci/targets/discussions/1584
And try out the primary fork here:
https://github.com/tylermorganwall/targets/tree/marshal-cache
[phylotastic] deeptime 2.3.1.9000
#RStats Possibly solved with getExportedValue:
```
if (utils::packageVersion("ggplot2") >= "4.0.0") {
elem_geom = getExportedValue(ns = "ggplot2", name = "element_geom")
} else {
elem_geom <- NULL
}
foo <- ggplot2::theme(…., geom = elem_geom, …)
```
This seems reasonable to me and passes check on the versions I've tried so far. Can't yet promise CRAN will approve…