-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 861 Bytes
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 861 Bytes
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
Package: vimpact
Title: Vaccine Impact Calculation
Version: 0.1.6
Authors@R:
c(person(given = "Xiang",
family = "Li",
role = c("aut", "cre"),
email = "x.li@imperial.ac.uk"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: VIMC IMPACT CALCULATION PACKAGE. This package is mainly for the VIMC Science Team to investigate vaccination impact.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
DBI,
dbplyr,
dplyr,
glue,
magrittr,
rlang,
RPostgres,
vaultr
Suggests:
fakerbase,
ggplot2,
htmltools,
knitr,
mockery,
mockr,
testthat,
retry,
rmarkdown,
RSQLite,
withr
Remotes: reside-ic/fakerbase
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3