- fixed file name issue with the shape files for
get_RKI_spatial()
- fixed another breaking column name change in the vaccination table
- fixed an indexing issue in the reading procedure for the vaccination table
- fixed a breaking file name issue in the spatial data download for the Bundesland-level
- replaced dplyr with dtplyr in the processing of the cases timeseries, which gives a massive speed boost
- updated
get_RKI_vaccination_timeseries()
to include booster vaccination numbers and changed the output column names to better represent the current situation - adjusted the README figures to the new vaccination data
- more simplification of the already extremely basic unit tests
- the spatial datasets were renamed
- tiny fix in the plot function to avoid a ggplot2 warning
- vaccination dataset was changed again
- vaccination dataset was slightly changed yet again and the parser code required a column name change
- deleted shinyapp code - never got any updates and there are many good dashboards available
- simplified README to make maintenance more easy
- fixed
get_RKI_vaccination_timeseries()
after another change of the source dataset structure - this also forced a rename of the output columns - three new columns for the
get_RKI_timeseries()
output after intense discussion in #47