-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
50 lines (50 loc) · 1.08 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
Package: Covid19Mirai
Title: Covid-19 Data Analysis
Version: 3.1.1
Authors@R:
c(person("Riccardo", "Porreca", role = ("aut"),
email = "riccardo.porreca@mirai-solutions.com"),
person("Guido", "Maggio", role = c("cre","aut"),
email = "guido.maggio@mirai-solutions.com"),
person("Mirai Solutions GmbH", role = "cph",
email = "info@mirai-solutions.com"))
Description: Gather Covid-19 data and visualize via a shiny app.
License: GPL-3
URL: https://mirai-solutions.ch,
https://github.com/miraisolutions/Covid19#readme
BugReports: https://github.com/miraisolutions/Covid19/issues
Depends:
R (>= 3.5.0)
Imports:
config,
purrr,
stringr,
golem,
shiny,
bsplus,
dplyr,
tidyr,
ggplot2,
plotly,
DT,
RColorBrewer,
grid,
leaflet,
leaflet.extras,
shinycssloaders,
lubridate,
sp,
markdown,
scales,
COVID19,
grDevices,
rlang,
zoo
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
rsconnect,
spelling,
pkgload,
testthat (>= 3.0.0)