-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.04 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
Package: epidm
Version: 1.0.5
Title: UK Epidemiological Data Management
Authors@R:
c(
person("Alex", "Bhattacharya", email = "[email protected]", role = c("aut", "cre")),
person("Alice", "Graham", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-3000-2771")),
person("Harshana", "Liyanage", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-9738-6349"))
)
Description: Contains utilities and functions for the cleaning, processing and
management of patient level public health data for surveillance
and analysis held by the UK Health Security Agency, UKHSA.
URL: https://github.com/alexbhatt/epidm, https://alexbhatt.github.io/epidm/
BugReports: https://github.com/alexbhatt/epidm/issues
License: GPL (>= 3)
Depends:
R (>= 3.1)
Imports:
data.table,
DBI,
odbc,
phonics,
purrr,
readr,
stats,
stringi,
stringr,
utils,
lubridate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2