-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1005 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
Package: COVID19AR
Type: Package
Title: for analysing COVID-19 Argentina's outbreak
Version: 0.1.1
Authors@R: c(
person("Alejandro", "Baranek",,"[email protected]", c("aut","com","cre", "cph"))
)
Maintainer: Alejandro Baranek <[email protected]>
Description: Tools for analysing COVID-19 Argentina's outbreak
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat
Depends: R (>= 3.6),
dplyr,
dtplyr,
zoo,
knitr,
magrittr,
RCurl,
lgr
Imports: R6,
ggplot2,
readr,
readxl,
checkmate,
scales,
RColorBrewer,
reshape2,
httr,
jsonlite,
testthat,
networkD3,
TTR
Collate:
'zzz.R'
'eir-lib.R'
'deaths-lib.R'
'test-lib.R'
'COVID19AR-lib.R'
'report-lib.R'
'util-lib.R'
'COVID19AR-downloader-lib.R'
'csv_to_sql.R'
RoxygenNote: 7.1.2