-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
47 lines (47 loc) · 1.39 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
Package: nCov2019
Title: Exploring 'COVID'-19 Statistics
Version: 0.4.6
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]",
role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Tianzhi", "Wu", email = "[email protected]", role = "aut"),
person("Erqiang", "Hu", email = "[email protected]", role = "ctb"),
person("Patrick", "Tung", email = "[email protected]", role = "ctb"),
person("Xijin", "Ge", email = "[email protected]", role = "ctb")
)
Maintainer: Guangchuang Yu <[email protected]>
Description: Provides easy-to-use programming API to access real time and historical data of 'COVID'-19 cases, vaccine and therapeutics data, and a Shiny app to help users exploring the data. Fetching data using API provided by <https://disease.sh> .
Depends: R (>= 3.6.0)
Imports:
downloader,
ggplot2,
jsonlite,
RColorBrewer
Suggests:
cowplot,
dplyr,
DT,
ggplotify,
grDevices,
maps,
magick,
shiny,
shinyBS,
shinydashboard,
shinycssloaders,
remotes,
utils,
plotly,
prettydoc,
knitr,
rmarkdown,
reshape2,
ggrepel,
shadowtext,
tidyr
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/YuLab-SMU/nCov2019
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no