-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.34 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
Package: nottshcMethods
Title: Helper functions for working with NHS healthcare data by the Data Science Team of the Nottinghamshire Healthcare NHS Foundation Trust
Version: 0.2.0
Date: 2021-07-07
Authors@R: c(
person("Zoë", "Turner", email = "zoe.turner2@nottshc.nhs.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1033-9158")),
person("Milan", "Wiedemann", role = c("aut"), comment = c(ORCID = "0000-0003-1991-282X")),
person("Lori", "Edwards Suárez", 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 and templates for working with NHS healthcare data by the Data Science Team of the Nottinghamshire Healthcare NHS Foundation Trust.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
tidyr,
plotly,
scales,
ggplot2,
ggtext,
lubridate,
knitr,
stringi,
icons (>= 0.2.0),
xaringanExtra (>= 0.5.4),
magrittr,
shinydashboard,
digest,
tibble,
NHSRdatasets
Remotes:
mitchelloharawild/icons,
gadenbuie/xaringanExtra,
VignetteBuilder: knitr
URL: https://cdu-data-science-team.github.io/nottshcMethods/