Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
MosaicPlotCovid19/DESCRIPTION
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (22 sloc)
1.11 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: MosaicPlotCovid19 | |
Type: Package | |
Title: Create a Mosaic plot for weekly Covid-19 death counts using R | |
Version: 2.1.0 | |
Date: 2024-01-05 | |
Authors@R: c(person("Rainer", "Walke", role = c("aut", "cre"), | |
email = "walke@demogr.mpg.de", | |
comment = c(ORCID = "0000-0002-4269-6531"))) | |
Description: A first program is based on Covid-19 data collected in the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University https://github.com/CSSEGISandData/COVID-19.git . | |
Reporting criteria varies between different countries. | |
The program computes weekly sums of deaths and produces Mosaic plots using R. | |
The maximum weekly death toll is denoted. | |
A second program uses data from https://opendata.ecdc.europa.eu/covid19/ (ECDC). | |
A third program is using data from https://corona.rki.de (RKI Germany). | |
It produces a similar Mosaic plot for 16 Bundesländer in Germany (cases and deaths). | |
License: GPL-3 | |
URL: https://github.molgen.mpg.de/walke/MosaicPlotCovid19 | |
Encoding: UTF-8 | |
Depends: R (>= 3.2.0) | |
Imports: methods, data.table, lubridate, vcd, Cairo, ggplot2 | |
LazyData: no | |
RoxygenNote: 7.0.0 |