-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: covid19germany
Title: Load, Visualise and Analyse Daily Updated Data on the COVID-19 Outbreak in Germany
Version: 0.3.4
Authors@R:
c(person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre"),
email = "clemens@nevrome.de",
comment = c(ORCID = "0000-0003-3448-5715")),
person(given = "Stephan",
family = "Schiffels",
role = "aut",
email = "stephan_schiffels@mac.com",
comment = c(ORCID = "0000-0002-1017-9150")),
person(given = "Johannes",
family = "Boog",
role = "aut",
email = "johannesboog@yahoo.de",
comment = c(ORCID = "0000-0003-1094-9255")),
person(given = "Martin",
family = "Lange",
role = "aut",
email = "martin_lange_@gmx.net"),
person(given = "Moritz",
family = "Aschoff",
role = "aut",
email = "not available"))
Description: A basic interface to access and prepare data from the Robert Koch Institute and other relevant sources.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
data.table,
dplyr,
dtplyr,
lubridate,
magrittr,
readr,
rlang,
scales,
tibble,
tidyr,
tidyselect,
utils,
readxl
Suggests:
ggplot2,
sf,
testthat (>= 2.1.0)
RoxygenNote: 7.2.1