-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 952 Bytes
/
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
Package: c19bg
Type: Package
Title: COVID-19 Charts for Bulgaria
Version: 0.1.3
Author: Stanislav Traykov
Maintainer: Stanislav Traykov <[email protected]>
Description: COVID-19 charts for Bulgaria based on data.egov.bg, ECDC, EUROSTAT.
License: MIT + file LICENSE
URL: https://stantraykov.github.io/c19bg, https://github.com/StanTraykov/c19bg
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
digest,
dplyr,
EpiEstim,
forcats,
geofacet,
ggplot2,
ggrepel,
httr,
lubridate,
magrittr,
purrr,
readr,
R.utils,
scales,
shadowtext,
stringr,
svglite,
tibble,
tidyr,
utils,
zoo
Suggests:
extrafont
Collate:
'settings.R'
'utils.R'
'c19_estimate_r.R'
'c19_eu_plots.R'
'c19_heat.R'
'c19_inkmagick.R'
'c19_oblasts.R'
'c19_r_plot.R'
'c19_var_plot.R'
'opendata_bg.R'
'opendata_eu.R'
'opendata_nsi.R'
Depends:
R (>= 2.10)