-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.03 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
Package: ETSMissing
Type: Package
Title: Exploring Missing Data in the Enhanced Tuberculosis Surveillance System
Version: 0.1.0
Authors@R: person("Sam", "Abbott", email = "contact@samabbott.co.uk", role = c("aut", "cre"))
Description: Explore and evaluate the mechanism for missing data in the Enhanced Tuberculosis Surveillance system.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
magrittr,
here,
ggplot2,
knitr,
dplyr,
broom,
stringr,
tibble,
tidyr,
purrr,
tidyselect,
naniar,
lubridate,
scales,
prettypublisher
Suggests:
testthat,
devtools,
pkgdown,
rmarkdown,
tidyverse,
spelling,
future,
furrr,
gridExtra,
forcats
Remotes: seabbs/tbinenglanddataclean,
seabbs/prettypublisher
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
URL: http://www.samabbott.co.uk/ETSMissing,
https://github.com/seabbs/ETSMissing
BugReports: https://github.com/seabbs/ETSMissing/issues
VignetteBuilder: knitr