-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
64 lines (64 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
64
Package: COVID19analytics
Type: Package
Title: COVID-19 data processing
Version: 0.2.2
Language: en-US
Authors@R: c(
person("Alejandro", "Baranek",,"[email protected]", c("aut","com","cre", "cph")),
person("Yanchang Zhao",, "[email protected]", c("cph")),
person("Tao",, "", c("cph")))
Maintainer: Alejandro Baranek <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: NO
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
reprex,
hexSticker
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Imports: magrittr,
dplyr,
tidyr,
countrycode,
lubridate,
tidyverse,
gridExtra,
kableExtra,
mgcv,
scam,
R6,
TTR,
units,
RColorBrewer,
forcats,
scales,
ggplot2,
ggrepel,
plotly,
zoo,
lgr,
readr,
pkgdown,
covr,
testthat,
vdiffr
Collate:
'util-lib.R'
'COVID19DataProcessor.R'
'COVID19DataProviderJHU.R'
'COVID19DataProviderOWID.R'
'COVID19DataModel.R'
'COVID19DataComparison.R'
'COVID19MissingValuesImputation.R'
'report-lib.R'
'test-lib.R'
'zzz.R'
BugReports: https://github.com/kenarab/COVID19analytics/issues
URL: https://github.com/kenarab/COVID19analytics
StagedInstall: FALSE