-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.14 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: ModelTBBCGEngland
Type: Package
Title: Fit a TB model, including BCG vaccination, to available routine surveillance data in England
Version: 0.1.0
Authors@R: c(person("Sam Abbott", role = c("aut", "cre"),
email = "contact@samabbott.co.uk"))
Description: Fit a dynamic model of TB, including BCG vaccination, to available routine surveillance data in England.
Depends: R (>= 3.5.0)
License: GPL-3 | file LICENSE
Imports: magrittr,
ggplot2,
dplyr,
purrr,
tibble,
tidyr,
purrr,
scales,
rbi,
rbi.helpers,
stringr,
rmarkdown,
epiR,
stringr
Suggests: knitr,
kableExtra,
pander,
tidyverse,
socialmixr,
tbinenglanddataclean,
testthat,
pkgdown,
tictoc,
furrr,
GetoptLong,
coda,
prettypublisher
Remotes: seabbs/tbinenglanddataclean,
seabbs/prettypublisher,
sbfnk/rbi.helpers
VignetteBuilder: knitr
URL: http://www.samabbott.co.uk/ModelTBBCGEngland,
https://github.com/seabbs/ModelTBBCGEngland
BugReports: https://github.com/seabbs/ModelTBBCGEngland/issues
RoxygenNote: 6.1.1
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)