-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.4 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
48
Package: nottshcOpenData
Title: Open datasets from Nottinghamshire Healthcare NHS Foundation Trust (NOTTSHC)
Version: 0.2.1
Authors@R: c(
person("Zoë", "Turner", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-1033-9158")),
person("Milan", "Wiedemann", role = c("aut"), comment = c(ORCID = "0000-0003-1991-282X")),
person("Lori", "Edwards Suarez", role = c("aut"), comment = c(ORCID = "0000-0002-3448-4344")),
person("Chris", "Beeley", role = c("aut"), comment = c(ORCID = "0000-0003-2344-9962"))
)
Description: Helper functions to connect to the NOTTSHC SUCE database and tidy the data to facilitate further analyses.
Vignettes describe the data and document the options that are available for tidying.
License: MIT + file LICENSE
URL: https://github.com/CDU-data-science-team/nottshcOpenData
BugReports: https://github.com/CDU-data-science-team/nottshcOpenData/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.2.0)
Imports:
DBI,
odbc,
honos,
lubridate,
dplyr,
tibble,
tidyr,
ggplot2,
purrr,
stringr,
dbplyr,
magrittr,
janitor,
digest,
data.table,
rstudioapi,
pointblank,
cli,
pool
Remotes:
CDU-data-science-team/honos
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3